Add 'clean' target to 'unified_zip' Makefile target.

This commit is contained in:
mikeller 2020-05-03 15:55:46 +12:00
parent 3271ee3e13
commit b1d2c4483e
1 changed files with 1 additions and 1 deletions

View File

@ -460,7 +460,7 @@ all_all: $(VALID_TARGETS)
unified: $(UNIFIED_TARGETS)
## unified_zip : build all Unified Targets as zip files (for posting on GitHub)
unified_zip: $(addsuffix _zip,$(UNIFIED_TARGETS))
unified_zip: $(addsuffix _clean,$(UNIFIED_TARGETS)) $(addsuffix _zip,$(UNIFIED_TARGETS))
## legacy : Build legacy targets
legacy: $(LEGACY_TARGETS)