diff --git a/Makefile b/Makefile index c32ede3..c54229c 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,6 @@ $(BUILDDIR): all: $(BUILDDIR) $(BIN) -.PHONE: clean - +.PHONY: clean clean: @rm -df $(BUILDDIR)/*.bin $(BUILDDIR)/*.lst .build