Skip to content

Commit

Permalink
build instances with env
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyhu committed Dec 28, 2023
1 parent be92784 commit 5379232
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5379232

Please sign in to comment.