aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-06-07 10:42:40 +0200
committerMattias Andrée <m@maandree.se>2026-06-07 10:42:40 +0200
commitcf89c3f538a5c3867ff3ae84c26dea87e54d615e (patch)
treefb0b3efbbdcaa9393d2ab6395f2d27568a0ffe0e /Makefile
parentstyle improvement + check mem alloc failure (diff)
downloadgcmap-cf89c3f538a5c3867ff3ae84c26dea87e54d615e.tar.gz
gcmap-cf89c3f538a5c3867ff3ae84c26dea87e54d615e.tar.bz2
gcmap-cf89c3f538a5c3867ff3ae84c26dea87e54d615e.tar.xz
Implement basic character table
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5eb2cab..0725b98 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,8 @@ include $(CONFIGFILE)
OBJ =\
gcmap.o\
- char-table.o
+ char-table.o\
+ colour.o
HDR =\
common.h\