head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2005.03.11.06.52.16; author krh; state Exp; branches; next ; desc @@ 1.1 log @2005-03-11 Kristian Høgsberg * Makefile, sproing.c: New cairo demo. Drag a wobbly patch around for fun. @ text @CFLAGS = -Wall -g CPPFLAGS = $(shell pkg-config --cflags gtk+-2.0 cairo) LDLIBS = $(shell pkg-config --libs gtk+-2.0 cairo) LDFLAGS = -g target = sproing objs = sproing.o $(target) : $(objs) clean : rm $(target) $(objs) @