summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 41d2d9f..729e61a 100644
--- a/Makefile
+++ b/Makefile
@@ -10,9 +10,11 @@ ARCHIVE := $(ARTIFACTS_DIR)/$(TARGET_NAME).tar.zst
all: $(ARCHIVE) $(VERSIONED_DOC)
+.PHONY: $(DATE)
$(DATE):
git show -s --format=%cs > $@
+.PHONY: $(VERSION_FILE)
$(VERSION_FILE):
echo '$(VERSION)' > $@