clean up cleaned up

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

View File

@ -24,7 +24,7 @@ all: $(ARTIFACT).elf
.PHONY: clean .PHONY: clean
clean: clean:
-rm -f *.o *.elf -rm -f *.o $(ARTIFACT).elf $(ARTIFACT).txt
.PHONY: upload .PHONY: upload
upload: $(ARTIFACT).elf upload: $(ARTIFACT).elf