From bcc833522cc25b7217e81644b804675ab19c1a63 Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Fri, 14 Nov 2014 11:28:08 +0100 Subject: cleaning up directories and build system --- font/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 font/Makefile (limited to 'font/Makefile') diff --git a/font/Makefile b/font/Makefile new file mode 100644 index 0000000..f758bfd --- /dev/null +++ b/font/Makefile @@ -0,0 +1,5 @@ +############ fool-font ############ +binfont.bin: binfont.src + python binarize.py $< $@ +clean: + -rm binfont.bin -- cgit v1.2.3