all:
	g++ main.cpp -o demo -lSDL -lSDL_image -lSDL_mixer -lGL
debug:
	g++ -g main.cpp -o debug -lSDL -lSDL_image -lSDL_mixer -lGL
