X-Git-Url: http://git.lukelau.me/?p=opengl.git;a=blobdiff_plain;f=Makefile;h=9ee770718bce3667b06ced7f937d3b2cdeac629c;hp=5b601185d8717f206089863f83c82f8a859d2337;hb=a03f2bc751bbd7f91cbc2f52d2f0f6e753d6f776;hpb=b64cd5a5ec09e6f051583371045ef7080c69b776 diff --git a/Makefile b/Makefile index 5b60118..9ee7707 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++17 *.cpp -L/usr/local/lib -lassimp -framework OpenGL -framework glut -framework CoreGraphics -framework CoreFoundation -framework ImageIO -lglew -o bin/main ctags *.cpp