diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2009-06-07 16:11:03 +0200 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2009-06-07 16:11:03 +0200 |
commit | a0a8f1fd4b53bc10fda3f0996aafc2d209e267b8 (patch) | |
tree | b0ccc2dea23493be0270f88e3dbe3e0c2c539292 /Makefile | |
parent | 96f9618643fe17b09452974a59d67063c8de06d6 (diff) |
when devving, --verbose is useful + without --config theres a change that $HOME/.. gets loaded
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |