diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-11-14 11:28:08 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-11-14 11:28:08 +0100 |
| commit | bcc833522cc25b7217e81644b804675ab19c1a63 (patch) | |
| tree | 4619a5fe5a3b0d41d600715e67388b2a56080430 /font/Makefile | |
| parent | 81c84c9cd22e0b6c56b90fa470dad55b9bb716e0 (diff) | |
cleaning up directories and build system
Diffstat (limited to 'font/Makefile')
| -rw-r--r-- | font/Makefile | 5 |
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 |
