aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-06-13 12:04:35 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-06-13 12:04:35 -0400
commit3cc86927c990f85326d4b6f6b8b9d8ee9d8613e5 (patch)
tree10aa4fa9e2827a08df2441b1442f40aeba4a6855 /Makefile.in
parentconfigure.ac fixes (diff)
downloadfirejail-3cc86927c990f85326d4b6f6b8b9d8ee9d8613e5.tar.gz
firejail-3cc86927c990f85326d4b6f6b8b9d8ee9d8613e5.tar.zst
firejail-3cc86927c990f85326d4b6f6b8b9d8ee9d8613e5.zip
testing
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