]> code.delx.au - osx-proxyconf/commitdiff
Use C99
authorJames Bunton <jamesbunton@fastmail.fm>
Sat, 28 Jul 2007 03:25:31 +0000 (13:25 +1000)
committerJames Bunton <jamesbunton@fastmail.fm>
Sat, 28 Jul 2007 03:25:31 +0000 (13:25 +1000)
Makefile

index 115b83335380247b8c0ba8a10cf04499c0b088ed..b22159a8902333c21badca80732e36b698095d32 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 sysconfig: sysconfig.c
-       gcc -Wall -W -g -framework CoreFoundation -framework SystemConfiguration -o sysconfig sysconfig.c
+       gcc --std=c99 -Wall -W -g -framework CoreFoundation -framework SystemConfiguration -o sysconfig sysconfig.c
 
 clean:
        rm -f sysconfig