From 63a46f212c21697fbf8a73a80094d1db664a4b49 Mon Sep 17 00:00:00 2001 From: Evgeny Grablyk Date: Mon, 4 May 2009 22:07:02 +0300 Subject: Something's working --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 52d96b6..35293f9 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CPPFLAGS=$(shell pkg-config --cflags gtk+-2.0 webkit-1.0) -Wall -W +CPPFLAGS=$(shell pkg-config --cflags gtk+-2.0 webkit-1.0) -Wall -W -std=c99 -pedantic LDFLAGS=$(shell pkg-config --libs gtk+-2.0 webkit-1.0) all: uzbl uzblctrl -- cgit v1.2.3