COPT = -Wall -g -DDEBUG_LEVEL=0 -pg -no-pie bounding.o: bounding.c Makefile gcc ${COPT} -c $< essai: essai.c bounding.o Makefile gcc ${COPT} $< bounding.o -limage -o $@ foo.gif: essai Makefile cloud.tga rgb.tga ./essai rgb.tga convert -delay 5 img/X*.tga $@ # poisson.tga: poisson.png Makefile #  convert -colorspace RGB -compress none $< $@