Ver código fonte

Fix: remove all binaries after clean

Signed-off-by: Akira Tsukamoto <akira.tsukamoto@gmail.com>
Akira Tsukamoto 2 anos atrás
pai
commit
ba736a3800
1 arquivos alterados com 1 adições e 1 exclusões
  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