ling_HW_8: ling_hw8.c header.h
	gcc -lm -o ling_HW_8 ling_hw8.c
	
clean:
	rm -f ling_HW_8
	rm -f *~
