X-Git-Url: https://git.lukelau.me/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=208ae4f437b0b13106f248eca77e1b4c1f5bb8a5;hb=511a2c92fcb9dda82dd5d38b91ea03790d0cb7b2;hp=acf1a243435be1d6bfdaae43ab1ba5ea8e738549;hpb=37cba564a96018a5500e942498d4e48c0ebe73ed;p=opengl.git diff --git a/Makefile b/Makefile index acf1a24..208ae4f 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 *.mm -L/usr/local/lib -lassimp -framework OpenGL -framework glut -framework CoreGraphics -framework CoreFoundation -framework Cocoa -framework ImageIO -lglew -o bin/main ctags *.cpp