summaryrefslogtreecommitdiff
path: root/userspace/fonts/Makefile
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-10-13 17:18:49 +0200
committerMiguel <m.i@gmx.at>2018-10-13 17:18:49 +0200
commit5aeab1c853e487aa0042d5c32200d623efe908d3 (patch)
tree51c810e0ce95c2b031b69999be2c0ab4244b2749 /userspace/fonts/Makefile
parent279f3336a8f6b31ca38bdd272c73aebd68fa88fe (diff)
fontstuff et al.
Diffstat (limited to 'userspace/fonts/Makefile')
-rw-r--r--userspace/fonts/Makefile12
1 files changed, 11 insertions, 1 deletions
diff --git a/userspace/fonts/Makefile b/userspace/fonts/Makefile
index a203753..31dfb20 100644
--- a/userspace/fonts/Makefile
+++ b/userspace/fonts/Makefile
@@ -1,5 +1,15 @@
############ fool-font ############
-binfont.bin: binfont.src
+
+# how to binarize foolfont sources to foolfont binaries
+%.bin: %.src
python3 binarize.py $< $@
+
+FONT_SRC=$(wildcard ./*.src)
+FONT_BIN=$(patsubst %.src, %.bin, $(FONT_SRC))
+
+all:
+
clean:
-rm binfont.bin
+ -rm binfont_v2.bin
+ -rm tinyfont.bin