Merge branch 'master' of github.com:micropython/micropython

This commit is contained in:
Damien George 2014-04-11 10:11:07 +01:00
commit 5f3fe3aa14
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