Skip to content

Commit 5379232

Browse files
committed
build instances with env
1 parent be92784 commit 5379232

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ venv-test: venv-test/touchfile
2222

2323
build.stamp: venv .init.stamp sources/config.yaml $(SOURCES)
2424
rm -rf fonts
25-
(for config in sources/config*.yaml; do . venv/bin/activate; gftools builder $$config; done) && ./build_instances.sh && touch build.stamp
25+
(for config in sources/config*.yaml; do . venv/bin/activate; gftools builder $$config; done)
26+
. venv/bin/activate; ./build_instances.sh
27+
touch build.stamp
2628

2729
.init.stamp: venv
2830
. venv/bin/activate; python3 scripts/first-run.py

0 commit comments

Comments
 (0)