summaryrefslogtreecommitdiff
path: root/userspace/fonts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/fonts/Makefile')
-rw-r--r--userspace/fonts/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/userspace/fonts/Makefile b/userspace/fonts/Makefile
new file mode 100644
index 0000000..2eeaf37
--- /dev/null
+++ b/userspace/fonts/Makefile
@@ -0,0 +1,5 @@
+############ fool-font ############
+binfont.bin: binfont.src
+ python3.2 binarize.py $< $@
+clean:
+ -rm binfont.bin