aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
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)