kyle_hw5: kyle_hw5.c shared.h ptest.c
	gcc -o $@ $< shared.h ptest.c -pg -lm -std=c99

clean:
	rm -f kyle_hw5
	rm -f *~
