X-Git-Url: http://git.mutantstargoat.com?p=demo;a=blobdiff_plain;f=Makefile;h=fce6d9afa8f62702ae1b6f1dc8234b734a44ba5b;hp=8d6f87e04d2f2bf648881d26e8656aa84509a8bb;hb=d1a2cf93cf54898bb4ad442da94fc61f2617cf9f;hpb=713e854b6daf2ec0de8538be1e1eb385a213f36c diff --git a/Makefile b/Makefile index 8d6f87e..fce6d9a 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ bin = demo dbg = -g opt = -O0 -inc = -Isrc -Iexternal/gmath/src -I/usr/include -Iexternal/libimago/src +inc = -Isrc -Iexternal/gmath/src -I/usr/include -Iexternal/libimago/src -I/usr/local/include libs = -lGL -lGLEW -lglfw -lvulkan -lassimp -lgmath -limago CXX = g++