# make for the C++ simple checkers game
# by Nelson Castillo

main: main.cpp
	g++ main.cpp -o checkers.executable
#end
