diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-06-12 21:00:23 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-06-12 21:00:23 -0700 |
commit | 07f19fe31673b1d04fd6d8a2b44adac9355f7efe (patch) | |
tree | 0239fd57fbdccde42d96c576f66fd2efc3fd8104 /Makefile | |
parent | cac8bf56f8dd8876ae3021ae98be693f25515e80 (diff) | |
download | txr-07f19fe31673b1d04fd6d8a2b44adac9355f7efe.tar.gz txr-07f19fe31673b1d04fd6d8a2b44adac9355f7efe.tar.bz2 txr-07f19fe31673b1d04fd6d8a2b44adac9355f7efe.zip |
Makefile: non-configured distclean removes tlo's.
* Makefile (distclean): distclean target for not-configured
state removes .tlo files by wildcard, including the old .tlo2
files that we used to generate once.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -338,7 +338,7 @@ distclean: $(V)echo "executing generic cleanup for non-configured directory" rm -f txr txr.exe txr-dbg txr-dbg.exe txr-win.exe txr-win-dbg.exe rm -rf y.tab.c lex.yy.c y.tab.h y.output - rm -rf config opt dbg + rm -rf config opt dbg share/txr/stdlib/*.tlo* rm -f config.* rm -rf mpi-1.?.? else |