hello: g++ -c main.cpp g++ -o hello -framework OpenGL -framework GLUT -framework Cocoa main.cpp clean: -rm *.o *~ hello