diff --git a/Makefile b/Makefile index 3b04d46..640981a 100755 --- a/Makefile +++ b/Makefile @@ -193,5 +193,5 @@ bsp/dp32g030/%.h: hardware/dp32g030/%.def -include $(DEPS) clean: - rm -f $(TARGET).bin $(TARGET) $(OBJS) $(DEPS) + rm -f $(TARGET).bin $(TARGET).packed.bin $(TARGET) $(OBJS) $(DEPS)