X-Git-Url: http://git.lukelau.me/?p=opengl.git;a=blobdiff_plain;f=Makefile;h=acf1a243435be1d6bfdaae43ab1ba5ea8e738549;hp=5b601185d8717f206089863f83c82f8a859d2337;hb=37cba564a96018a5500e942498d4e48c0ebe73ed;hpb=ba5e08bf25de722d907748ce55b27a45b2b270bf diff --git a/Makefile b/Makefile index 5b60118..acf1a24 100644 --- 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