From 6e6f0297fa8810881095fcba448cb6555a8fe55f Mon Sep 17 00:00:00 2001 From: Grzegorz Nosek Date: Sat, 22 Mar 2008 21:49:55 +0100 Subject: Use a much prettier state machine --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 90ee946..f4c0395 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ install: all rm /usr/local/bin/fcgiwrap~ fcgiwrap: fcgiwrap.c - gcc -Wall -Wextra -Werror -pedantic -O2 -g3 fcgiwrap.c -o fcgiwrap -lfcgi + gcc -std=gnu99 -Wall -Wextra -Werror -pedantic -O2 -g3 fcgiwrap.c -o fcgiwrap -lfcgi clean: -rm fcgiwrap -- cgit v1.2.3