From f18ddb6d8dc00486b53c3973344662640fff2db0 Mon Sep 17 00:00:00 2001 From: Louie S Date: Fri, 7 Jun 2024 15:47:18 -0400 Subject: Working archive target --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ca465f0..bf42583 100644 --- a/Makefile +++ b/Makefile @@ -8,8 +8,7 @@ SRC_MAKE_CALL = $(MAKE) -f src/Makefile BUILD_DIR=$(BUILD_DIR) # For this target, only archive docsets that have already been built in BUILD_DIR .phony: archive -archive: - #TODO +archive: $(foreach docset,$(wildcard $(BUILD_DIR)/*.docset),$(basename $(docset)).tgz) # For this target, simply remove all docsets and tgz files from BUILD_DIR .phony: clean -- cgit