diff options
author | Grzegorz Nosek <root@localdomain.pl> | 2008-03-22 21:49:55 +0100 |
---|---|---|
committer | Grzegorz Nosek <root@localdomain.pl> | 2008-03-22 21:49:55 +0100 |
commit | 6e6f0297fa8810881095fcba448cb6555a8fe55f (patch) | |
tree | debb636b3684a4c5c39291fef7ded870b0f94271 /Makefile | |
parent | d77ae7bdc511c85dd1741d4e25de641c9f6a7eb9 (diff) | |
download | fcgiwrap-6e6f0297fa8810881095fcba448cb6555a8fe55f.tar.xz fcgiwrap-6e6f0297fa8810881095fcba448cb6555a8fe55f.zip |
Use a much prettier state machine
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |