diff Makefile.gen @ 68:3ab7751fdad1

MingW compatibility, with one ugly kludge.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 14 Nov 2008 07:15:57 +0200
parents ff5d74f0d428
children 9baefdd4179c
line wrap: on
line diff
--- a/Makefile.gen	Thu Nov 13 16:46:15 2008 +0200
+++ b/Makefile.gen	Fri Nov 14 07:15:57 2008 +0200
@@ -18,7 +18,7 @@
 	$(COMP) -c -o $@ $<
 
 $(NNCHAT_BIN): nnchat.c libnnchat.o th_util.o th_string.o th_args.o
-	$(COMP) -o $@ $+ $(LDFLAGS) -lcurses
+	$(COMP) -o $@ $+ $(LDFLAGS)
 
 #
 # Special targets