aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2008-03-22 21:49:55 +0100
committerFurkan Sahin <furkan-dev@proton.me>2008-03-22 21:49:55 +0100
commit637c26ab316e6408c02629eb88e586305e5c1832 (patch)
treedebb636b3684a4c5c39291fef7ded870b0f94271 /Makefile
parent6db07564fc4c4e37655686a6bbaabc1c375490a3 (diff)
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