Parcourir la source

Fix: remove all binaries after clean

Signed-off-by: Akira Tsukamoto <akira.tsukamoto@gmail.com>
Akira Tsukamoto il y a 2 ans
Parent
commit
ba736a3800
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      build/Makefile

+ 1 - 1
build/Makefile

@@ -82,4 +82,4 @@ $(TARGET).elf:$(OBJECTLIST)
 	
 .PHONY: clean
 clean:
-	rm -f ../*/*.o $(TARGET).bin $(TARGET).bin.out $(TARGET).elf $(TARGET).asm *.map
+	rm -f $(OBJECTLIST) *.bin *.bin.out *.elf *.asm *.map