ling_hw7:  ling_HW_7.c
	gcc -O3 -oS -pg -o ling_hw7 ling_HW_7.c
        
clean:
	rm ling_hw7
	rm -f *~
	//rm -f out
