Add basics of materials
[opengl.git] / Makefile
index 5b601185d8717f206089863f83c82f8a859d2337..acf1a243435be1d6bfdaae43ab1ba5ea8e738549 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 all: main
        
 main:
-       clang++ -g --std=c++11 *.cpp -L/usr/local/lib -lassimp -framework OpenGL -framework glut -lglew -o bin/main
+       clang++ -g --std=c++11 *.cpp -L/usr/local/lib -lassimp -framework OpenGL -framework glut -framework CoreGraphics -framework CoreFoundation -lglew -o bin/main
        ctags *.cpp