rebecca_hw7: rebecca_hw7.c header.h
	gcc -pg -lm -O3 -o rebecca_hw7 rebecca_hw7.c

clean:
	rm -f rebecca_hw7
	rm -f *~
	rm -f out
	rm -f gmon.out
