added the blend file to the repo so that I can modify it from everywhere
[hair] / Makefile
index 660400a..8b94f2b 100644 (file)
--- 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