uzbl is automaticaly rebuild in make test/-config/-dev
authorPremysl 'Anydot' Hruby <dfenze@gmail.com>
Thu, 30 Apr 2009 21:38:01 +0000 (23:38 +0200)
committerPremysl 'Anydot' Hruby <dfenze@gmail.com>
Thu, 30 Apr 2009 21:39:21 +0000 (23:39 +0200)
Makefile

index fa68594..26c2fa5 100644 (file)
--- 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: