aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Premysl 'Anydot' Hruby <dfenze@gmail.com>2009-04-30 23:38:01 +0200
committerGravatar Premysl 'Anydot' Hruby <dfenze@gmail.com>2009-04-30 23:39:21 +0200
commit65453b4165e73013d607f147b78c9a9aa9c05394 (patch)
treedc9f92f4dc060140d771798b1c0712ed3cba9995 /Makefile
parentfff7184bbe1b8a11bf378b093b69f39d0ea3f078 (diff)
uzbl is automaticaly rebuild in make test/-config/-dev
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index fa68594..26c2fa5 100644
--- a/Makefile
+++ b/Makefile
@@ -2,13 +2,13 @@ CPPFLAGS=$(shell pkg-config --cflags gtk+-2.0 webkit-1.0) -Wall -W
LDFLAGS=$(shell pkg-config --libs gtk+-2.0 webkit-1.0)
all: uzbl uzblctrl
-test:
+test: uzbl
./uzbl --uri http://www.uzbl.org
-test-config:
+test-config: uzbl
./uzbl --uri http://www.uzbl.org --config examples/configs/sampleconfig-dev
-test-config-real:
+test-config-real: uzbl
./uzbl --uri http://www.uzbl.org --config /usr/share/uzbl/examples/configs/sampleconfig
clean: