ling_hw6:  ling_HW_6.c header.h
	gcc -lm -pg -o ling_hw6 ling_HW_6.c
#gcc -O3 -lm -pg -o ling_hw6 ling_HW_6.c
clean:
	rm ling_hw6
	rm -f *~
	rm -f out

