Don't delete config.h on clean target

This commit is contained in:
LemonBoy 2014-02-12 13:21:13 +00:00
parent 38fcb6d710
commit 8ded08b495
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ debug: ${EXEC}
debug: CC += ${CFDEBUG}
clean:
rm -f ./config.h
rm -f ./*.o
rm -f ./${EXEC}