made Makefile consistent

This commit is contained in:
Anselm R Garbe 2008-07-29 19:18:03 +01:00
parent 888ab22725
commit 2a372e2df1
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ ${OBJ}: config.mk
sic: ${OBJ}
@echo CC -o $@
@${CC} -o $@ ${OBJ} ${LDFLAGS}
@strip $@
clean:
@echo cleaning