Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyhu authored Dec 18, 2023
1 parent 5497164 commit 8055bd5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions 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-test/bin/activate; ./build_instances.sh
touch build.stamp

.init.stamp: venv
. venv/bin/activate; python3 scripts/first-run.py
Expand Down Expand Up @@ -56,4 +58,4 @@ update-project-template:
npx update-template https://github.com/googlefonts/googlefonts-project-template/

update:
pip install --upgrade $(dependency); pip freeze > requirements.txt
pip install --upgrade $(dependency); pip freeze > requirements.txt

0 comments on commit 8055bd5

Please sign in to comment.