fix `make static': compile `gg' too!

This commit is contained in:
Omar Polo 2022-03-29 12:21:08 +00:00
parent 4252e62cad
commit 2a7f69f4ee
1 changed files with 2 additions and 1 deletions

View File

@ -20,8 +20,9 @@ gmid: ${GMID_OBJS}
gg: ${GG_OBJS}
${CC} ${GG_OBJS} -o $@ ${LDFLAGS}
static: ${GMID_OBJS}
static: ${GMID_OBJS} ${GG_OBJS}
${CC} ${GMID_OBJS} -o gmid ${LDFLAGS} ${STATIC}
${CC} ${GG_OBJS} -o gg ${LDFLAGS} ${STATIC}
clean:
rm -f *.o compat/*.o y.tab.c y.tab.h y.output gmid gg