From 11717a1303e9fd8bb0d2ba03a68d027d50db8c81 Mon Sep 17 00:00:00 2001 From: Juan del Peral Date: Fri, 4 Oct 2024 11:37:15 +0200 Subject: [PATCH] remove all directories --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2b0bf581c..4f11215ee 100644 --- a/Makefile +++ b/Makefile @@ -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