diff options
author | Louie S <louie@example.com> | 2024-06-07 15:47:18 -0400 |
---|---|---|
committer | Louie S <louie@example.com> | 2024-06-07 15:47:18 -0400 |
commit | f18ddb6d8dc00486b53c3973344662640fff2db0 (patch) | |
tree | 7450de2dc516c25b547ba3a199dc7e24d44f5093 /Makefile | |
parent | 603d3105cb16470e502f0e3d20f95d2243771e33 (diff) |
Working archive target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |