X-Git-Url: https://git.lukelau.me/?p=opengl.git;a=blobdiff_plain;f=Makefile;h=91abc4f6fd2de66127fec73718c28f684a1530fd;hp=42ebf39a4decb5882ac181c406f8193a24f2628b;hb=ad77a970429c9c5e9cf8d513d0469d03ad82e622;hpb=99d2b81ce5567869469fe2e55722cc212370c7db diff --git a/Makefile b/Makefile index 42ebf39..91abc4f 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ all: bin/main -CXX_FLAGS := -g --std=c++17 +CXX_FLAGS := -g --std=c++17 -march=native -Wall -DDEBUG_NODES -DCOWEDBOY_IK -bin/main: model.o material.o image.o skybox.o program.o main.cpp +bin/main: model.o material.o image.o skybox.o program.o ik.o main.o util.o clang++ $(CXX_FLAGS) $^ \ -I/usr/local/include -L/usr/local/lib \ -lassimp \