diff --git a/Makefile b/Makefile index ab4f98f..f5f8942 100644 --- a/Makefile +++ b/Makefile @@ -84,8 +84,8 @@ install-target-tools: $(TARGET_TOOLS) clean: - @rm -vf $(TOOLS) $(FEXC_LINKS) $(TARGET_TOOLS) $(MISC_TOOLS) - @rm -vf *.o *.elf *.sunxi *.bin *.nm *.orig + @rm -f $(TOOLS) $(FEXC_LINKS) $(TARGET_TOOLS) $(MISC_TOOLS) + @rm -f *.o *.elf *.sunxi *.bin *.nm *.orig $(TOOLS) $(TARGET_TOOLS): Makefile common.h