X-Git-Url: https://code.delx.au/osx-proxyconf/blobdiff_plain/00753391a2870d115009501ce763a6cf5b75341e..711b9d356cc692cf8adf7966bc1ed55ade5767e2:/Makefile diff --git a/Makefile b/Makefile index 115b833..b22159a 100644 --- 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