소스 검색

Fix: remove all binaries after clean

Signed-off-by: Akira Tsukamoto <akira.tsukamoto@gmail.com>
Akira Tsukamoto 2 년 전
부모
커밋
ba736a3800
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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