
thresh: thresh.c
	gcc -Wall -o thresh thresh.c -lppm

clean:
	rm -f thresh

