Selaa lähdekoodia

Fix: remove all binaries after clean

Signed-off-by: Akira Tsukamoto <akira.tsukamoto@gmail.com>
Akira Tsukamoto 2 vuotta sitten
vanhempi
commit
ab8a8cdb19
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      build/Makefile

+ 1 - 1
build/Makefile

@@ -128,4 +128,4 @@ $(TARGET).elf:$(OBJECTLIST)
 	
 .PHONY: clean
 clean:
-	rm -f $(OBJECTLIST) $(TARGET).bin *.asm
+	rm -f $(OBJECTLIST) $(TARGET).bin *.asm *.elf *.out $(MAP_FILE)