aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-06-07 16:11:03 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-06-07 16:11:03 +0200
commita0a8f1fd4b53bc10fda3f0996aafc2d209e267b8 (patch)
treeb0ccc2dea23493be0270f88e3dbe3e0c2c539292 /Makefile
parent96f9618643fe17b09452974a59d67063c8de06d6 (diff)
when devving, --verbose is useful + without --config theres a change that $HOME/.. gets loaded
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 04012ed..544bc76 100644
--- a/Makefile
+++ b/Makefile
@@ -5,13 +5,13 @@ all: uzbl uzblctrl
PREFIX?=$(DESTDIR)/usr
test: uzbl
- ./uzbl --uri http://www.uzbl.org
+ ./uzbl --uri http://www.uzbl.org --verbose
test-config: uzbl
- ./uzbl --uri http://www.uzbl.org < examples/configs/sampleconfig-dev
+ ./uzbl --uri http://www.uzbl.org --config examples/configs/sampleconfig-dev --verbose
test-config-real: uzbl
- ./uzbl --uri http://www.uzbl.org < /usr/share/uzbl/examples/configs/sampleconfig
+ ./uzbl --uri http://www.uzbl.org --config /usr/share/uzbl/examples/configs/sampleconfig --verbose
clean:
rm -f uzbl