quark

quark web server
git clone git://git.suckless.org/quark
Log | Files | Refs | LICENSE

commit 8b6bdd39ffa461fbddb79614a340e08032600030
parent 7ecf520b30854f0a35b40bbef45870e1538666b9
Author: FRIGN <dev@frign.de>
Date:   Sat, 16 Aug 2014 22:05:43 +0200

Remove "@strip $@" from the Makefile

LDFLAGS -s already strips.
Thanks, Hiltjo!

Diffstat:
MMakefile | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -26,7 +26,6 @@ config.h: quark: ${OBJ} @echo CC -o $@ @${CC} -o $@ ${OBJ} ${LDFLAGS} - @strip $@ clean: @echo cleaning