From 65453b4165e73013d607f147b78c9a9aa9c05394 Mon Sep 17 00:00:00 2001 From: Premysl 'Anydot' Hruby Date: Thu, 30 Apr 2009 23:38:01 +0200 Subject: uzbl is automaticaly rebuild in make test/-config/-dev --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') 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: -- cgit v1.2.3