game :
	g++ *.cpp -std=c++11 -lSDL2 -o mathwars

run : game
	./mathwars

