summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bb81e92..eab11b7 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,12 @@ v2:
python /tmp/makefontsB.py
+v2condensed:
+ echo "BASEDIR=\"$(CURDIR)\"" > /tmp/makefontsB.py
+ cat "scripts/build-v2-condensed.py" >> /tmp/makefontsB.py
+ python /tmp/makefontsB.py
+
+
slab:
echo "BASEDIR=\"$(CURDIR)\"" > /tmp/makefonts.flw
cat "scripts/build-slab.py" >> /tmp/makefonts.flw