From cf89c3f538a5c3867ff3ae84c26dea87e54d615e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 7 Jun 2026 10:42:40 +0200 Subject: Implement basic character table MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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\ -- cgit v1.3.1