X-Git-Url: https://code.delx.au/osx-proxyconf/blobdiff_plain/455327818f1ab19e2310c39c383db3d5be369841..86d233b9f6d7ea71074a2514b29744d89ef1a671:/Makefile diff --git a/Makefile b/Makefile index 06c71bc..ccc10be 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CFLAGS := -Wall -W $(CFLAGS) -FRAMEWORKS := -framework CoreFoundation -framework SystemConfiguration -framework Foundation +FRAMEWORKS := -std=c99 -framework CoreFoundation -framework SystemConfiguration -framework Foundation sysconfig: sysconfig.m $(CC) $< -o $@ $(CFLAGS) $(FRAMEWORKS)