clean up cleaned up

This commit is contained in:
Wolfgang Hottgenroth 2024-03-08 15:06:35 +01:00
parent cf62e0c0a0
commit fb16cfaa6f

View File

@ -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