Explorar o código

Fix: remove all binaries after clean

Signed-off-by: Akira Tsukamoto <akira.tsukamoto@gmail.com>
Akira Tsukamoto %!s(int64=2) %!d(string=hai) anos
pai
achega
ba736a3800
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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