From 052ca1dc143b1df2800f9c4e43daf80c96fb472e Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Wed, 11 Mar 2015 13:08:23 +0100 Subject: Refactor ; add default font (8x16 standard VGA font). --- res/fonts/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 res/fonts/Makefile (limited to 'res/fonts/Makefile') diff --git a/res/fonts/Makefile b/res/fonts/Makefile new file mode 100644 index 0000000..e1daf03 --- /dev/null +++ b/res/fonts/Makefile @@ -0,0 +1,7 @@ +%.bf: %.c + gcc -o $<.bin $< + ./$<.bin > $@ + rm $<.bin + +all: default.bf + -- cgit v1.2.3