aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-12-20 18:21:53 +0100
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-12-20 18:21:53 +0100
commit31f9b4165c2723192a8e53af3456733f0d3f5503 (patch)
tree98f3614c9954370deaf1d63a551a94582bb45186 /Makefile
parent276e7fc2f9d6423a0771aae7b918731d30e96b7d (diff)
parent69bbac176fd112fdfa785bdf72ab0918ad1d13af (diff)
Merge remote branch 'mason/master'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index be9c648..cf55989 100644
--- a/Makefile
+++ b/Makefile
@@ -77,7 +77,6 @@ test-uzbl-browser-sandbox: uzbl-browser
make DESTDIR=./sandbox uninstall
rm -rf ./sandbox/usr
-
clean:
rm -f uzbl-core
rm -f uzbl-core.o
@@ -86,6 +85,7 @@ clean:
rm -f inspector.o
find examples/ -name "*.pyc" -delete
cd ./tests/; $(MAKE) clean
+ rm -rf ./sandbox/{examples,usr}/
install: install-uzbl-core install-uzbl-browser install-uzbl-tabbed