view example/Makefile @ 14:647e63ddab46

Apply patch with some fix from Peter Holik to allow compile and work with kernel 2.6.29
author AngelCarpintero
date Wed, 08 Jul 2009 10:07:31 +0000
parents 5f21a4dddc0c
children
line wrap: on
line source

CFLAGS=-g -Wall

all:	invert resize feed dummy

clean:
	rm -f dummy resize invert feed *o *~

invert:	invert.c

resize:	resize.c

feed: feed.c

dummy:	dummy.c