diff options
author | Omar Polo <op@omarpolo.com> | 2021-02-23 11:09:13 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-02-23 13:43:33 +0100 |
commit | 6b78d24c31854c4d4552ac3e96e36ba8f0090926 (patch) | |
tree | caf4f3b91380b71a5636a416ae80e2808d1f7a34 /Makefile | |
parent | 3c56e99ab037b2c70d852b587857286b08231957 (diff) |
clean objects in compat dir
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |