X-Git-Url: https://git.lukelau.me/?p=opengl.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=5b601185d8717f206089863f83c82f8a859d2337;hp=0000000000000000000000000000000000000000;hb=b64cd5a5ec09e6f051583371045ef7080c69b776;hpb=da829a43b9ab76ce8830bd83760e59f016787727 diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..5b60118 --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +all: main + +main: + clang++ -g --std=c++11 *.cpp -L/usr/local/lib -lassimp -framework OpenGL -framework glut -lglew -o bin/main + ctags *.cpp