From 0a9f1b1fb19ea7e0c54c884b7ae8c709ea738d1f Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Wed, 17 Dec 2014 12:55:50 +0100 Subject: playing with python3 --- font/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'font/Makefile') 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 -- cgit v1.2.3