Skip to content

Commit

Permalink
remove all directories
Browse files Browse the repository at this point in the history
  • Loading branch information
juandelperal committed Oct 4, 2024
1 parent 3ffcc51 commit 11717a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ customize: venv
. venv/bin/activate; python3 scripts/customize.py

build.stamp: venv sources/config.yaml $(SOURCES)
rm -rf fonts
rm -rf fonts fonts-underline fonts-alternates
(for config in sources/config*.yaml; do . venv/bin/activate; gftools builder $$config; done) && touch build.stamp
. venv/bin/activate; python3 sources/vtt/hinting.py; bash alternates.sh

Expand Down

0 comments on commit 11717a1

Please sign in to comment.