commit fc39c3004aa41ff9b5a1204b9aed7198dd00b99b parent 5e41777788bac717eb02bcb4ac43ed938ab47a75 Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Fri, 9 Dec 2016 01:08:25 +0100 Makefile: add DEFAULT_SOURCE needed on loonix Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -3,7 +3,7 @@ test: build ./saait `ls -1r pages/*.cfg` build: clean - cc -ggdb saait.c -o saait -Wall -std=c99 -Wextra -pedantic + cc -g -ggdb saait.c -o saait -Wall -std=c99 -Wextra -pedantic -D_DEFAULT_SOURCE clean: rm -f saait