"make clean" should remove packed binary too (#49)

This commit is contained in:
Michał 2023-09-28 14:41:25 +02:00 committed by GitHub
parent 858d983935
commit 93f221126f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)