clean objects in compat dir

This commit is contained in:
Omar Polo 2021-02-23 11:09:13 +00:00
parent 3c56e99ab0
commit 6b78d24c31
No known key found for this signature in database
GPG Key ID: 35F98C96A1786F0D
1 changed files with 1 additions and 1 deletions

View File

@ -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