aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index c89f9167b..8726e4211 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -49,6 +49,10 @@ clean:
49 rm -f test/utils/index.html* 49 rm -f test/utils/index.html*
50 rm -f test/utils/wget-log 50 rm -f test/utils/wget-log
51 rm -f test/utils/lstesting 51 rm -f test/utils/lstesting
52 rm -f test/environment/index.html*
53 rm -f test/environment/wget-log*
54 rm -fr test/environment/-testdir
55 rm -f test/environment/logfile*
52 cd test/compile; ./compile.sh --clean; cd ../.. 56 cd test/compile; ./compile.sh --clean; cd ../..
53 cd test/dist-compile; ./compile.sh --clean; cd ../.. 57 cd test/dist-compile; ./compile.sh --clean; cd ../..
54 58