From c102a9cd6c1da22f0c928fc66bd4bf0b5750765a Mon Sep 17 00:00:00 2001 From: Miguel Date: Sun, 19 Aug 2018 03:33:06 +0200 Subject: foolos fonts work again! --- userspace/fonts/Makefile | 2 +- userspace/fonts/binarize.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'userspace/fonts') diff --git a/userspace/fonts/Makefile b/userspace/fonts/Makefile index 2eeaf37..a203753 100644 --- a/userspace/fonts/Makefile +++ b/userspace/fonts/Makefile @@ -1,5 +1,5 @@ ############ fool-font ############ binfont.bin: binfont.src - python3.2 binarize.py $< $@ + python3 binarize.py $< $@ clean: -rm binfont.bin diff --git a/userspace/fonts/binarize.py b/userspace/fonts/binarize.py index 1abb9d6..a992c93 100644 --- a/userspace/fonts/binarize.py +++ b/userspace/fonts/binarize.py @@ -74,8 +74,6 @@ def usage(): print ("python3.x binarize.py [file_in] [file_out]") - - """ direct use """ if __name__ == "__main__": -- cgit v1.2.3