Update mkrules.mk

make 'make clean' cleaner  ;-)
This commit is contained in:
Andrew Scheller 2014-04-11 00:41:59 +01:00
parent 2b9419b5bf
commit 83346749da
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ endif
clean: clean-prog
clean-prog:
$(RM) -f $(PROG)
$(RM) -f $(PROG).map
.PHONY: clean-prog
endif