kyle_hw8: kyle_hw8.c header.h
	gcc -o $@ $< -std=c99

clean:
	rm -f kyle_hw8
	rm -f *~
