diff options
| author | Michal Idziorek <m.i@gmx.at> | 2015-05-17 19:43:59 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2015-05-17 19:43:59 +0200 |
| commit | d98828d08eb1f6c1394f38a1df69c73fef0cfefa (patch) | |
| tree | 31df37430733c906b235b88c2cfa14d835af4bec /xxx/font/Makefile | |
| parent | 29ea3208b004f15dafa48ae29a75ba7f0c093a74 (diff) | |
working on vt52 and some cleanup
Diffstat (limited to 'xxx/font/Makefile')
| -rw-r--r-- | xxx/font/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xxx/font/Makefile b/xxx/font/Makefile new file mode 100644 index 0000000..2eeaf37 --- /dev/null +++ b/xxx/font/Makefile @@ -0,0 +1,5 @@ +############ fool-font ############ +binfont.bin: binfont.src + python3.2 binarize.py $< $@ +clean: + -rm binfont.bin |
