# Makefile

main.exe : main.C foo.C bar.C
	CC -o main.exe main.C foo.C bar.C
