From 86d233b9f6d7ea71074a2514b29744d89ef1a671 Mon Sep 17 00:00:00 2001 From: James Bunton Date: Sun, 30 Mar 2008 21:20:43 +1100 Subject: [PATCH] Allow C99 features --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2