We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be92784 commit 5379232Copy full SHA for 5379232
Makefile
@@ -22,7 +22,9 @@ venv-test: venv-test/touchfile
22
23
build.stamp: venv .init.stamp sources/config.yaml $(SOURCES)
24
rm -rf fonts
25
- (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)
26
+ . venv/bin/activate; ./build_instances.sh
27
+ touch build.stamp
28
29
.init.stamp: venv
30
. venv/bin/activate; python3 scripts/first-run.py
0 commit comments