From e61c74dba5dd3cd2a3e48aa1fc7ff2658e5cb6e1 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 6 Jun 2026 20:39:36 +0200 Subject: misc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 599dfdf..5eb2cab 100644 --- a/Makefile +++ b/Makefile @@ -4,9 +4,12 @@ CONFIGFILE = config.mk include $(CONFIGFILE) OBJ =\ - gcmap.o + gcmap.o\ + char-table.o -HDR = +HDR =\ + common.h\ + char-table.h all: gcmap $(OBJ): $(HDR) -- cgit v1.3.1