CC = g++ -Wall -ansi all: $(CC) sdl_opengl_test.cc -o test -lGL -lGLU `sdl-config --cflags --libs` clean: @echo Cleaning up... @rm lesson05 @echo Done.