diff options
| author | Miguel <m.i@gmx.at> | 2018-08-19 03:15:50 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-08-19 03:15:50 +0200 |
| commit | 9b13ca03dacb6a385461dccad319010537add5cf (patch) | |
| tree | 4397fdff0d1566b7bec761031ce2077e88cd5379 /userspace/fonts/Makefile | |
| parent | a2bd733e517364b6c9ddd26706d85fac09656854 (diff) | |
get vesa working in vmem.
Diffstat (limited to 'userspace/fonts/Makefile')
| -rw-r--r-- | userspace/fonts/Makefile | 5 |
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 |
