commit d7f65791e88171d48e749e5802d7a5ae5d130309
parent c9ee942a7a197756eef551ba7e4a065d6ad46fe2
Author: ccx <ccx@te2000.cz>
Date: Mon, 26 Feb 2024 02:20:17 +0000
Reinstate py-genpkg target
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/python.mk b/python.mk
@@ -30,6 +30,10 @@ py-venv: $(VENV)/.done
py-virtualenv: py-venv
+.PHONY: py-genpkg
+py-genpkg: $(VENV)/.done
+ '$(VENV)/bin/python' genpkg.py
+
# -- requirement file rules
$(PY_REQ): py-requirements.in $(VENV)/bin/pip-compile