summaryrefslogtreecommitdiff
path: root/font/Makefile
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-11-14 11:28:08 +0100
committerMichal Idziorek <m.i@gmx.at>2014-11-14 11:28:08 +0100
commitbcc833522cc25b7217e81644b804675ab19c1a63 (patch)
tree4619a5fe5a3b0d41d600715e67388b2a56080430 /font/Makefile
parent81c84c9cd22e0b6c56b90fa470dad55b9bb716e0 (diff)
cleaning up directories and build system
Diffstat (limited to 'font/Makefile')
-rw-r--r--font/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/font/Makefile b/font/Makefile
new file mode 100644
index 0000000..f758bfd
--- /dev/null
+++ b/font/Makefile
@@ -0,0 +1,5 @@
+############ fool-font ############
+binfont.bin: binfont.src
+ python binarize.py $< $@
+clean:
+ -rm binfont.bin