added the blend file to the repo so that I can modify it from everywhere
[hair] / Makefile
old mode 100755 (executable)
new mode 100644 (file)
index 517443a..8b94f2b
--- a/Makefile
+++ b/Makefile
@@ -7,10 +7,9 @@ bin = hair
 dbg = -g
 opt = -O0
 inc = -Isrc -Isrc/shaders -Isrc/math
-
 CXX = g++
 CXXFLAGS = -pedantic -Wall $(dbg) $(opt) $(inc)
-LDFLAGS = -lGL -lGLU -lglut -lGLEW -limago -lassimp
+LDFLAGS = -lGL -lGLU -lglut -lGLEW -limago -lassimp -lgmath
 
 $(bin): $(obj)
        $(CXX) -o $@ $(obj) $(LDFLAGS)