From 6e16c1fb889623adb9923781ea116aea512a23ca Mon Sep 17 00:00:00 2001 From: Simon Cozens Date: Wed, 30 Oct 2024 08:18:11 +0000 Subject: [PATCH] Fix the build --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 91972fe..e3ac2e1 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -SOURCES=$(shell python3 scripts/read-config.py --sources ) -FAMILY=$(shell python3 scripts/read-config.py --family ) +SOURCES=sources/BriemHand.glyphs +FAMILY=Briem Hand DRAWBOT_SCRIPTS=$(shell ls documentation/*.py) DRAWBOT_OUTPUT=$(shell ls documentation/*.py | sed 's/\.py/.png/g')