CC=g++ CPPFLAGS=$(shell sdl-config --cflags) LDLIBS=$(shell sdl-config --libs) -lGL test: test.o test.o: test.C clean: rm -f test *.o