aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-07-01 11:01:16 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-07-01 11:01:16 -0400
commitfd2a6201aed79311e3ce3d905270e9f36d607fc3 (patch)
treeb51d856a091065168d0f502949b393a29349faff /Makefile.in
parentfixed broken argument functionality (diff)
downloadfirejail-fd2a6201aed79311e3ce3d905270e9f36d607fc3.tar.gz
firejail-fd2a6201aed79311e3ce3d905270e9f36d607fc3.tar.zst
firejail-fd2a6201aed79311e3ce3d905270e9f36d607fc3.zip
cleanup
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 00131099a..db3c6f059 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -53,6 +53,8 @@ clean:
53 rm -f test/environment/wget-log* 53 rm -f test/environment/wget-log*
54 rm -fr test/environment/-testdir 54 rm -fr test/environment/-testdir
55 rm -f test/environment/logfile* 55 rm -f test/environment/logfile*
56 rm -f test/environment/index.html
57 rm -f test/environment/wget-log
56 rm -f test/sysutils/firejail_t* 58 rm -f test/sysutils/firejail_t*
57 cd test/compile; ./compile.sh --clean; cd ../.. 59 cd test/compile; ./compile.sh --clean; cd ../..
58 cd test/dist-compile; ./compile.sh --clean; cd ../.. 60 cd test/dist-compile; ./compile.sh --clean; cd ../..