X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;fp=Makefile;h=b6f94ccda94ef7fb3f65ab99d02f1ae4c450bc62;hb=24d7b8d20f83ddaa75876b1479687fef86e867a3;hp=561f3c380746c7c812900fbe6b91ece33cc505d4;hpb=46dec5a0c30b1b970bc2767b26e8577b3770e5b3;p=init-ng diff --git a/Makefile b/Makefile index 561f3c3..b6f94cc 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Doesn't need to be more complex than this init-ng: init-ng.c - gcc -std=c99 -g init-ng.c -o init-ng + gcc -std=c99 -g -D_DEFAULT_SOURCE init-ng.c -o init-ng