aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Mason Larobina <mason.larobina@gmail.com>2009-12-18 20:29:58 +0800
committerGravatar Mason Larobina <mason.larobina@gmail.com>2009-12-18 20:29:58 +0800
commita2750abacb2cc9460aeb99cc9e960be0bd062b09 (patch)
treee1d036a96041e3123032dc8d5db5dec52077a94d /Makefile
parent3cf0a68f8725da1eaec938bb14d095bde568b3c9 (diff)
Use explicit make test targets & clean xdg sandbox dirs in clean target.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 84fe4fe..e13d684 100644
--- a/Makefile
+++ b/Makefile
@@ -62,13 +62,13 @@ test-uzbl-browser: uzbl-browser
./uzbl-browser --uri http://www.uzbl.org --verbose
test-uzbl-core-sandbox: uzbl-core
- make DESTDIR=./sandbox RUN_PREFIX=`pwd`/sandbox/usr/local install
+ make DESTDIR=./sandbox RUN_PREFIX=`pwd`/sandbox/usr/local install-uzbl-core
source ./sandbox/env.sh && uzbl-core --uri http://www.uzbl.org --verbose
make DESTDIR=./sandbox uninstall
rm -rf ./sandbox/usr
test-uzbl-browser-sandbox: uzbl-browser
- make DESTDIR=./sandbox RUN_PREFIX=`pwd`/sandbox/usr/local install
+ make DESTDIR=./sandbox RUN_PREFIX=`pwd`/sandbox/usr/local install-uzbl-browser
source ./sandbox/env.sh && uzbl-cookie-daemon restart -nv &
source ./sandbox/env.sh && uzbl-event-manager restart -nav &
source ./sandbox/env.sh && uzbl-browser --uri http://www.uzbl.org --verbose
@@ -85,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