aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2022-01-30 13:05:13 +0000
committerOmar Polo <op@omarpolo.com>2022-01-30 13:05:13 +0000
commit7ac42a178b4529832ca1b5a34d82b0a5ac999560 (patch)
tree3cea6e2851df353c576363608ae0f895b719da16 /Makefile
parentd23cd12c68c75395e347a2019b813aa950fcbca1 (diff)
typo
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index dc03d1d..9d0769e 100644
--- a/Makefile
+++ b/Makefile
@@ -20,8 +20,8 @@ gmid: ${GMID_OBJS}
gg: ${GG_OBJS}
${CC} ${GG_OBJS} -o $@ ${LDFLAGS}
-static: ${OBJS}
- ${CC} ${OBJS} -o gmid ${LDFLAGS} ${STATIC}
+static: ${GMID_OBJS}
+ ${CC} ${GMID_OBJS} -o gmid ${LDFLAGS} ${STATIC}
clean:
rm -f *.o compat/*.o y.tab.c y.tab.h y.output gmid gg