summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGrzegorz Nosek <root@localdomain.pl>2008-03-22 21:49:55 +0100
committerGrzegorz Nosek <root@localdomain.pl>2008-03-22 21:49:55 +0100
commit6e6f0297fa8810881095fcba448cb6555a8fe55f (patch)
treedebb636b3684a4c5c39291fef7ded870b0f94271 /Makefile
parentd77ae7bdc511c85dd1741d4e25de641c9f6a7eb9 (diff)
downloadfcgiwrap-6e6f0297fa8810881095fcba448cb6555a8fe55f.tar.xz
fcgiwrap-6e6f0297fa8810881095fcba448cb6555a8fe55f.zip
Use a much prettier state machine
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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