diff Makefile.gen @ 28:512775f6b081

A refactored ncurses-based UI.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 02 Aug 2008 11:57:09 +0300
parents 728243125263
children ff5d74f0d428
line wrap: on
line diff
--- a/Makefile.gen	Sat Aug 02 04:04:58 2008 +0300
+++ b/Makefile.gen	Sat Aug 02 11:57:09 2008 +0300
@@ -18,7 +18,7 @@
 	$(COMP) -c -o $@ $<
 
 $(NNCHAT_BIN): nnchat.c th_util.o th_string.o th_args.o
-	$(COMP) -o $@ $+ $(LDFLAGS)
+	$(COMP) -o $@ $+ $(LDFLAGS) -lcurses
 
 #
 # Special targets