made Makefile consistent - sic - simple irc client | |
git clone git://git.suckless.org/sic | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 2a372e2df178fc6912a004591e5049ebadcf4afc | |
parent 888ab2272511712707dc4f43f80f1264b784d555 | |
Author: Anselm R Garbe <[email protected]> | |
Date: Tue, 29 Jul 2008 19:18:03 +0100 | |
made Makefile consistent | |
Diffstat: | |
M Makefile | 1 - | |
1 file changed, 0 insertions(+), 1 deletion(-) | |
--- | |
diff --git a/Makefile b/Makefile | |
@@ -22,7 +22,6 @@ ${OBJ}: config.mk | |
sic: ${OBJ} | |
@echo CC -o $@ | |
@${CC} -o $@ ${OBJ} ${LDFLAGS} | |
- @strip $@ | |
clean: | |
@echo cleaning |