diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ else | |||
11 | endif | 11 | endif |
12 | 12 | ||
13 | 13 | ||
14 | CFLAGS=-Wall -Wdeclaration-after-statement ${INC} ${CPU} -g -D_XOPEN_SOURCE=600 | 14 | CFLAGS=-Wall -Wdeclaration-after-statement ${INC} ${CPU} -g -D_XOPEN_SOURCE=600 -D_GNU_SOURCE |
15 | CPPFLAGS=-Wall -g | 15 | CPPFLAGS=-Wall -g |
16 | 16 | ||
17 | LIBS= ./liblitmus.a | 17 | LIBS= ./liblitmus.a |