aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1e2aa45..823f259 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
CC=cc
-CFLAGS=-I. -Iinclude
+CFLAGS=-I. -Iinclude -std=gnu99
LDFLAGS=-L.
PREFIX=/usr/local
SONAME=0
@@ -8,7 +8,6 @@ all: cleanpath
config.h: config.h.in
rm -f config.h
- # Broad assumption. Chances are you have it though if you're using this makefile instead of cmake
sed 's/cmakedefine/define/;s/@HAVE_CONFSTR@/1/' config.h.in > config.h.tmp
mv config.h.tmp config.h