diff options
| author | Mattias Andrée <m@maandree.se> | 2026-06-06 20:39:36 +0200 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-06-06 20:39:36 +0200 |
| commit | e61c74dba5dd3cd2a3e48aa1fc7ff2658e5cb6e1 (patch) | |
| tree | ed75883a7c2527e2adc395b5e20c06d00632a5b7 /Makefile | |
| parent | Second commit (diff) | |
| download | gcmap-e61c74dba5dd3cd2a3e48aa1fc7ff2658e5cb6e1.tar.gz gcmap-e61c74dba5dd3cd2a3e48aa1fc7ff2658e5cb6e1.tar.bz2 gcmap-e61c74dba5dd3cd2a3e48aa1fc7ff2658e5cb6e1.tar.xz | |
misc
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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) |
