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:
commit
f7087dca8c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue