config.h and others are in .gitignore, bad thing to put in Makefile clean

This commit is contained in:
sergiobenrocha2 2014-07-11 15:10:30 -03:00
parent f7fb7c6974
commit 5f99a4cae6

View File

@ -513,8 +513,5 @@ clean:
rm -f $(TARGET)
rm -f tools/retrolaunch/retrolaunch
rm -f tools/retroarch-joyconfig
rm -f config.h
rm -f config.log
rm -f config.mk
.PHONY: all install uninstall clean