diff --git a/make/mcu-exe.mk b/make/mcu-exe.mk index 85c0f43b..ce049d24 100644 --- a/make/mcu-exe.mk +++ b/make/mcu-exe.mk @@ -20,3 +20,7 @@ include $(MODDIR)/make/exe.mk include $(MODDIR)/make/mcu-flash.mk all: $(MCU_FLASH_PUSH_FILE_HEX) +clean: mcu-exe.clean + +mcu-exe.clean: + rm -f $(EXE_MAP)