summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2019-06-12 21:00:23 -0700
committerKaz Kylheku <kaz@kylheku.com>2019-06-12 21:00:23 -0700
commitc77836b99fac68577afd9b19d423fa264584e95b (patch)
tree0239fd57fbdccde42d96c576f66fd2efc3fd8104
parent4cdaa5c6223adef1906353bdce28f1ee0a1208c2 (diff)
downloadtxr-c77836b99fac68577afd9b19d423fa264584e95b.tar.gz
txr-c77836b99fac68577afd9b19d423fa264584e95b.tar.bz2
txr-c77836b99fac68577afd9b19d423fa264584e95b.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.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 90ba219f..4864cc66 100644
--- a/Makefile
+++ b/Makefile
@@ -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