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 660400a..8b94f2b
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,6 @@ 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 -lgmath