Work on assignment 4
[opengl.git] / Makefile
1 all: main
2         
3 main:
4         clang++ -g --std=c++11 *.cpp -L/usr/local/lib -lassimp -framework OpenGL -framework glut -lglew -o bin/main
5         ctags *.cpp