stagit

static git page generator  https://git.ce9e.org
git clone https://git.ce9e.org/stagit.git

commit
f5e5f2f0ed2e896e383e5037a4116a63091da2c2
parent
05c1dd367db183366a5cb1012ffc295f59e0508c
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2020-04-23 07:03
rm unused prefix from makefile

Diffstat

M Makefile 2 --

1 files changed, 0 insertions, 2 deletions


diff --git a/Makefile b/Makefile

@@ -1,5 +1,3 @@
    1    -1 PREFIX = /usr/local
    2    -1 
    3     1 INCS     = -I/usr/local/include
    4     2 CPPFLAGS = -D_XOPEN_SOURCE=700 -DCMARK
    5     3 CFLAGS   = -std=c99 -pedantic -Wall ${INCS} ${CPPFLAGS}