From 93f221126fe92f423ac0dfd9528e3e9c99e567a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82?= <17483811+sq2mo@users.noreply.github.com> Date: Thu, 28 Sep 2023 14:41:25 +0200 Subject: [PATCH] "make clean" should remove packed binary too (#49) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)