aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 46fd9b3..b84b865 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ else
11endif 11endif
12 12
13 13
14CFLAGS=-Wall -Wdeclaration-after-statement ${INC} ${CPU} -g -D_XOPEN_SOURCE=600 14CFLAGS=-Wall -Wdeclaration-after-statement ${INC} ${CPU} -g -D_XOPEN_SOURCE=600 -D_GNU_SOURCE
15CPPFLAGS=-Wall -g 15CPPFLAGS=-Wall -g
16 16
17LIBS= ./liblitmus.a 17LIBS= ./liblitmus.a