CFiles = AllanS_Hw7.c initialize_dipthong_count.c read_chars_NMax.c count_dipthongs.c  print_dipthong_count.c max_dipthong_count.c

AllanS_Hw7: $(CFiles) header.h
	gcc -o AllanS_Hw7 $(CFiles)

clean:
	rm -f *.o AllanS_Hw7
