diff options
author | Omar Polo <op@omarpolo.com> | 2022-01-03 17:12:07 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-01-03 17:12:07 +0000 |
commit | 613c827165ea6fbd5ff7d7b6160f52a33978ed6f (patch) | |
tree | 04c35fe34837fe4353d99ba95e31aaeef99a33b4 /Makefile | |
parent | 8dfacf0242f7738efdac61cb77e435aeebdbe38c (diff) |
add `gg' to the list of things to clean
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ static: ${OBJS} ${CC} ${OBJS} -o gmid ${LDFLAGS} ${STATIC} clean: - rm -f *.o compat/*.o y.tab.c y.tab.h y.output gmid + rm -f *.o compat/*.o y.tab.c y.tab.h y.output gmid gg rm -f compile_flags.txt cleanall: clean |