aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-02-07 15:30:28 +0000
committerOmar Polo <op@omarpolo.com>2021-02-07 15:30:28 +0000
commit3abf91b0b4a06e5d2f90e41f948e9c16478e23c7 (patch)
tree2b3387a82767aadacbc47d538010861b20f66af4 /Makefile
parenta709ddf5eb71e90a66cfd02bdaa9116c7f7ec3d6 (diff)
improve logs management
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a84d157..a0c3e4b 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ lex.yy.c: lex.l y.tab.c
y.tab.c: parse.y
${YACC} -b y -d parse.y
-SRCS = gmid.c iri.c utf8.c ex.c server.c sandbox.c mime.c puny.c utils.c
+SRCS = gmid.c iri.c utf8.c ex.c server.c sandbox.c mime.c puny.c utils.c log.c
OBJS = ${SRCS:.c=.o} lex.yy.o y.tab.o ${COMPAT}
gmid: ${OBJS}