aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2021-02-23 11:09:13 +0000
committerOmar Polo <op@omarpolo.com>2021-02-23 13:43:33 +0100
commit6b78d24c31854c4d4552ac3e96e36ba8f0090926 (patch)
treecaf4f3b91380b71a5636a416ae80e2808d1f7a34 /Makefile
parent3c56e99ab037b2c70d852b587857286b08231957 (diff)
clean objects in compat dir
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a0c3e4b..34f05e8 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ TAGS: ${SRCS}
-etags ${SRCS} || true
clean:
- rm -f *.o lex.yy.c y.tab.c y.tab.h y.output gmid gg
+ rm -f *.o compat/*.o lex.yy.c y.tab.c y.tab.h y.output gmid gg
rm -f compile_flags.txt
make -C regress clean