From: Dieter Plaetinck Date: Tue, 21 Apr 2009 19:37:44 +0000 (+0200) Subject: makefile to compile it :) X-Git-Url: http://vcs.maemo.org/git/?a=commitdiff_plain;h=12b22389626817f593775ce7c78797468a5f4ee6;p=uzbl-mobile makefile to compile it :) --- diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..4419ed5 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +all: + gcc `pkg-config --libs --cflags gtk+-2.0` `pkg-config --libs --cflags webkit-1.0` -Wall uzbl.c -o uzbl