Skip to content

Commit

Permalink
Fix: remove all binaries after clean
Browse files Browse the repository at this point in the history
Signed-off-by: Akira Tsukamoto <[email protected]>
  • Loading branch information
mcd500 authored and MichaelZhuxx committed Jun 15, 2021
1 parent 35a2c6f commit ba736a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ba736a3

Please sign in to comment.