From: James Bunton Date: Sun, 30 Mar 2008 10:20:43 +0000 (+1100) Subject: Allow C99 features X-Git-Url: https://code.delx.au/osx-proxyconf/commitdiff_plain/86d233b9f6d7ea71074a2514b29744d89ef1a671 Allow C99 features --- 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)