Commit Diff
Commit:
7ac42a178b4529832ca1b5a34d82b0a5ac999560
Date:
Sun Jan 30 13:05:13 2022
UTC
Message
typo
--- Makefile
+++ Makefile
@@ -20,8 +20,8 @@ static: ${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
Omar Polo