summaryrefslogtreecommitdiff
path: root/userspace/fonts/Makefile
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-08-19 03:15:50 +0200
committerMiguel <m.i@gmx.at>2018-08-19 03:15:50 +0200
commit9b13ca03dacb6a385461dccad319010537add5cf (patch)
tree4397fdff0d1566b7bec761031ce2077e88cd5379 /userspace/fonts/Makefile
parenta2bd733e517364b6c9ddd26706d85fac09656854 (diff)
get vesa working in vmem.
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