summaryrefslogtreecommitdiff
path: root/font/Makefile
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-12-17 12:55:50 +0100
committerMichal Idziorek <m.i@gmx.at>2014-12-17 12:55:50 +0100
commit0a9f1b1fb19ea7e0c54c884b7ae8c709ea738d1f (patch)
treed0a1938b1d2d0c70683769d4eb7fa53644062e36 /font/Makefile
parentf4518cf996c137e18cd70dd2d23ba9d8cfcfb526 (diff)
playing with python3
Diffstat (limited to 'font/Makefile')
-rw-r--r--font/Makefile2
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