From b1d2c4483e7facd5be9984cd142d3a5925da54cf Mon Sep 17 00:00:00 2001 From: mikeller Date: Sun, 3 May 2020 15:55:46 +1200 Subject: [PATCH] Add 'clean' target to 'unified_zip' Makefile target. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c138141f90..cce51d3a21 100644 --- a/Makefile +++ b/Makefile @@ -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)