diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-12-17 12:55:50 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-12-17 12:55:50 +0100 |
| commit | 0a9f1b1fb19ea7e0c54c884b7ae8c709ea738d1f (patch) | |
| tree | d0a1938b1d2d0c70683769d4eb7fa53644062e36 /font/Makefile | |
| parent | f4518cf996c137e18cd70dd2d23ba9d8cfcfb526 (diff) | |
playing with python3
Diffstat (limited to 'font/Makefile')
| -rw-r--r-- | font/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/font/Makefile b/font/Makefile index f758bfd..2eeaf37 100644 --- a/font/Makefile +++ b/font/Makefile @@ -1,5 +1,5 @@ ############ fool-font ############ binfont.bin: binfont.src - python binarize.py $< $@ + python3.2 binarize.py $< $@ clean: -rm binfont.bin |
