Guest User

Untitled

a guest
Jul 15th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 0.14 KB | None | 0 0
  1. all:
  2.     g++ -framework GLUT -framework OpenGL main.cpp -o applet
  3.  
  4. debug: 
  5.     ./applet
  6.    
  7. build:
  8.     cp applet Result/Result.app/Contents/MacOS/applet
Add Comment
Please, Sign In to add comment