diff Makefile @ 68:3ab7751fdad1

MingW compatibility, with one ugly kludge.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 14 Nov 2008 07:15:57 +0200
parents 07095e801713
children 9140c33296a8
line wrap: on
line diff
--- a/Makefile	Thu Nov 13 16:46:15 2008 +0200
+++ b/Makefile	Fri Nov 14 07:15:57 2008 +0200
@@ -9,7 +9,7 @@
 # C-compiler, flags and linker flags
 CC=gcc
 CFLAGS=-DTH_NO_DEFAULTS -DHAVE_STRING_H -DHAVE_INT_TYPES
-LDFLAGS=
+LDFLAGS=-lcurses
 
 #CFLAGS += -DHAVE_STDINT_H
 #CFLAGS += -DHAVE_SYS_TYPES_H