Merge pull request #461 from lurch/patch-1

Update mkrules.mk
This commit is contained in:
Damien George 2014-04-11 09:55:50 +01:00
commit 87e380b7ea
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