URI:
       Makefile: add DEFAULT_SOURCE needed on loonix - saait - the most boring static page generator
  HTML git clone git://git.codemadness.org/saait
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit fc39c3004aa41ff9b5a1204b9aed7198dd00b99b
   DIR parent 5e41777788bac717eb02bcb4ac43ed938ab47a75
  HTML 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(-)
       ---
   DIR 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