diff --git a/Makefile b/Makefile index 06e94b3..f9fbc8b 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ all: $(ARTIFACT).elf .PHONY: clean clean: - -rm -f *.o *.elf + -rm -f *.o $(ARTIFACT).elf $(ARTIFACT).txt .PHONY: upload upload: $(ARTIFACT).elf