1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-15 04:15:44 +03:00

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

View file

@ -460,7 +460,7 @@ all_all: $(VALID_TARGETS)
unified: $(UNIFIED_TARGETS) unified: $(UNIFIED_TARGETS)
## unified_zip : build all Unified Targets as zip files (for posting on GitHub) ## 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 : Build legacy targets
legacy: $(LEGACY_TARGETS) legacy: $(LEGACY_TARGETS)