summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fa4293a..ee71b1f 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ all: dist
# is found here: https://reproducible-builds.org/docs/source-date-epoch/
#
.PHONY: dist
-dist:
+dist: gana
$(env) SOURCE_DATE_EPOCH=315532800 $(python) setup.py sdist bdist_wheel
.PHONY: gana