From da727d84aeb04cc7effa25b26d860673fa06cf33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Sun, 18 Oct 2015 02:25:09 +0200 Subject: [PATCH] make clean more aggressive --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 460fae7..4352fe4 100644 --- a/Makefile +++ b/Makefile @@ -128,4 +128,6 @@ disasm: output.axf # Remove temporary files clean: @echo -e "\e[0;32mRemoving temporary files\e[0m" - $(RM) -f *.bak *.lnp *.iex *.hex *.elf *.axf *.htm *.lnp *.lst *.plg *.tra *.o *.map *.d *.dep *.disasm *.bin + $(RM) -f *.bak *.lnp *.iex *.hex *.elf *.axf *.htm *.lnp *.lst *.plg *.tra *.o *.map *.d *.dep *.disasm *.bin *.uvguix.* + $(RM) -rf ./RTE +