aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2023-06-05 20:27:27 +0000
committerOmar Polo <op@omarpolo.com>2023-06-05 20:27:27 +0000
commite1e04caa4f847162936a6908d3bc02a3dbdfac6d (patch)
tree019c4eb7b255ba373f3413ab4d10095074dbf84a /Makefile
parentdf5058c919cbd1538d0a04cb2a4c179c0291566f (diff)
+log.h
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7a97ab5..752e656 100644
--- a/Makefile
+++ b/Makefile
@@ -56,6 +56,7 @@ GG_SRCS = gg.c \
GG_OBJS = ${GG_SRCS:.c=.o} ${COBJS}
SRCS = gmid.h \
+ log.h \
parse.y \
${GMID_SRCS} \
${GE_SRCS} \