aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2022-01-03 17:12:07 +0000
committerOmar Polo <op@omarpolo.com>2022-01-03 17:12:07 +0000
commit613c827165ea6fbd5ff7d7b6160f52a33978ed6f (patch)
tree04c35fe34837fe4353d99ba95e31aaeef99a33b4 /Makefile
parent8dfacf0242f7738efdac61cb77e435aeebdbe38c (diff)
add `gg' to the list of things to clean
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 626911a..e880c61 100644
--- a/Makefile
+++ b/Makefile
@@ -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