


#uncomment the next two lines for the apple make
#basic: basic.cpp
#	g++ basic.cpp -framework GLUT -framework OpenGL -o basic

basic: basic.cpp
	g++ basic.cpp -lglut -lGLU -o basic

