From 5379232a2c9d22480292e04cb652094eb5eddde5 Mon Sep 17 00:00:00 2001 From: corey hu Date: Thu, 28 Dec 2023 00:09:04 -0800 Subject: [PATCH] build instances with env --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1fc22ae..fe01a53 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,9 @@ venv-test: venv-test/touchfile build.stamp: venv .init.stamp sources/config.yaml $(SOURCES) rm -rf fonts - (for config in sources/config*.yaml; do . venv/bin/activate; gftools builder $$config; done) && ./build_instances.sh && touch build.stamp + (for config in sources/config*.yaml; do . venv/bin/activate; gftools builder $$config; done) + . venv/bin/activate; ./build_instances.sh + touch build.stamp .init.stamp: venv . venv/bin/activate; python3 scripts/first-run.py