aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2022-04-12 10:31:14 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2022-04-12 10:31:14 -0400
commit1dbffa50946ebd88f69d8a4c89bf62b94540c529 (patch)
tree977985eb81dc202937917332f59ada79b615011c
parent99a70b4255ef88658ad9b907ebd166fcbbe1da19 (diff)
downloadcleanpath-1dbffa50946ebd88f69d8a4c89bf62b94540c529.tar.gz
Remove comment about config. No point in mentioning it.
-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