Improve rebuild behaviour

This commit is contained in:
2023-08-25 15:31:06 +02:00
parent 09e6aef606
commit 54c7a2f8fe
6 changed files with 9 additions and 15 deletions

View File

@@ -30,4 +30,8 @@ $(AUTO_OVERLAY_DIR)/Overlays.mk: $(OVERLAY_CONFIG)
all: $(TARGET).psexe $(OVERLAY_TARGET)
clean:
rm -fr $(OUTPUT_DIR)
rm -fr $(OUTPUT_DIR)
# For mkoverlay to function correctly this is required (otherwise Overlays.mk is not re-generated)
rebuild: clean
$(MAKE) all