From 80a493ef7aa3dce35877e490d6e6511909e5555b Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Tue, 21 Apr 2009 22:06:12 +0200 Subject: [PATCH] test make target --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 4419ed5..0772e72 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,4 @@ all: gcc `pkg-config --libs --cflags gtk+-2.0` `pkg-config --libs --cflags webkit-1.0` -Wall uzbl.c -o uzbl +test: + ./uzbl http://www.archlinux.org -- 1.7.9.5