CFLAGS = -Wall -g

test : test.c Incr.o
	gcc $(CFLAGS) Incr.o test.c -o test

Incr.o : Incr.c
	gcc $(CFLAGS) Incr.c -c

test.png :	test image.sh
	./image.sh -b2:32  -n50   -t1000

