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

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