summaryrefslogtreecommitdiff
path: root/src/draw/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2017-02-20 12:17:42 -0800
committerKeith Packard <keithp@keithp.com>2017-02-20 12:34:02 -0800
commit1301d576d9bface4cc625e4a4187401f93f54444 (patch)
tree300e0b243fb5ee300fa9e483efed86dd498c9118 /src/draw/Makefile
parenta487d2fcba57141f6b083d5612c76bac5ad1ac7c (diff)
altos: Add bitmap drawing code
Includes solid fills, text and lines. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/draw/Makefile')
-rw-r--r--src/draw/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/draw/Makefile b/src/draw/Makefile
new file mode 100644
index 00000000..0a542a1f
--- /dev/null
+++ b/src/draw/Makefile
@@ -0,0 +1,4 @@
+BDF=5x7.bdf
+
+ao_font.h: font-convert $(BDF)
+ nickle font-convert $(BDF) > $@