diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2022-04-12 10:31:14 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2022-04-12 10:31:14 -0400 |
commit | 1dbffa50946ebd88f69d8a4c89bf62b94540c529 (patch) | |
tree | 977985eb81dc202937917332f59ada79b615011c | |
parent | 99a70b4255ef88658ad9b907ebd166fcbbe1da19 (diff) | |
download | cleanpath-1dbffa50946ebd88f69d8a4c89bf62b94540c529.tar.gz |
Remove comment about config. No point in mentioning it.
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |