1 2 3
all: #g++ Source.cpp Math.cpp variable.cpp Txt.cpp -lm -lSDL2 -std=c++11 g++ *.cpp -lm -lSDL2 -std=c++11