diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2009-12-20 18:21:53 +0100 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2009-12-20 18:21:53 +0100 |
commit | 31f9b4165c2723192a8e53af3456733f0d3f5503 (patch) | |
tree | 98f3614c9954370deaf1d63a551a94582bb45186 /Makefile | |
parent | 276e7fc2f9d6423a0771aae7b918731d30e96b7d (diff) | |
parent | 69bbac176fd112fdfa785bdf72ab0918ad1d13af (diff) |
Merge remote branch 'mason/master'
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |