X-Git-Url: http://git.lukelau.me/?p=opengl.git;a=blobdiff_plain;f=Makefile;h=9ee770718bce3667b06ced7f937d3b2cdeac629c;hp=acf1a243435be1d6bfdaae43ab1ba5ea8e738549;hb=a03f2bc751bbd7f91cbc2f52d2f0f6e753d6f776;hpb=37cba564a96018a5500e942498d4e48c0ebe73ed diff --git a/Makefile b/Makefile index acf1a24..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 -framework CoreGraphics -framework CoreFoundation -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