aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-16 10:02:54 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-05-16 10:02:54 +0200
commit24c2b3186c7cd1ad2f451500caa6c7d94fbc144d (patch)
tree651d1ac8e27be62ac0e63308c490467673eef2f2 /Makefile
parente327c8daddc661cb4d95b6beff89f1849191e692 (diff)
parent262ccb5f3e120f1d48a63dc46ad7e7689a46ad83 (diff)
Merge branch 'config-refactor' into experimental
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 622a79a..2d6b8c9 100644
--- a/Makefile
+++ b/Makefile
@@ -6,10 +6,10 @@ test: uzbl
./uzbl --uri http://www.uzbl.org
test-config: uzbl
- ./uzbl --uri http://www.uzbl.org --config examples/configs/sampleconfig-dev
+ ./uzbl --uri http://www.uzbl.org < examples/configs/sampleconfig-dev
test-config-real: uzbl
- ./uzbl --uri http://www.uzbl.org --config /usr/share/uzbl/examples/configs/sampleconfig
+ ./uzbl --uri http://www.uzbl.org < /usr/share/uzbl/examples/configs/sampleconfig
clean:
rm -f uzbl