From 5aeab1c853e487aa0042d5c32200d623efe908d3 Mon Sep 17 00:00:00 2001 From: Miguel Date: Sat, 13 Oct 2018 17:18:49 +0200 Subject: fontstuff et al. --- userspace/fonts/Makefile | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'userspace/fonts/Makefile') diff --git a/userspace/fonts/Makefile b/userspace/fonts/Makefile index a203753..31dfb20 100644 --- a/userspace/fonts/Makefile +++ b/userspace/fonts/Makefile @@ -1,5 +1,15 @@ ############ fool-font ############ -binfont.bin: binfont.src + +# how to binarize foolfont sources to foolfont binaries +%.bin: %.src python3 binarize.py $< $@ + +FONT_SRC=$(wildcard ./*.src) +FONT_BIN=$(patsubst %.src, %.bin, $(FONT_SRC)) + +all: + clean: -rm binfont.bin + -rm binfont_v2.bin + -rm tinyfont.bin -- cgit v1.2.3