Merge pull request #9757 from mikeller/add_clean_to_unified_zip

This commit is contained in:
Michael Keller 2020-05-04 22:42:34 +12:00 committed by GitHub
commit f7087dca8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)