 all:
	g++ SDL_Main.cpp -c `sdl-config --cflags`
	g++ SDL_Main.o -o font_example `sdl-config --libs`