X-Git-Url: https://git.lukelau.me/?p=opengl.git;a=blobdiff_plain;f=Makefile;h=30f1503e7edb9276f774c390e9444c871329ab67;hp=5b601185d8717f206089863f83c82f8a859d2337;hb=c44e69ec78367fb2957324026894aef970f2481a;hpb=b64cd5a5ec09e6f051583371045ef7080c69b776 diff --git a/Makefile b/Makefile index 5b60118..30f1503 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 -lglew -o bin/main ctags *.cpp