data pipeline
[laserbrain_demo] / Makefile
index e43c5ac..71a41d1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ warn = -pedantic -Wall
 CFLAGS = $(warn) $(opt) $(dbg) $(incpath)
 CXXFLAGS = -std=c++11 $(warn) $(opt) $(dbg) $(incpath)
 LDFLAGS = $(libpath) $(libgl_$(sys)) -lm -lgmath -lvmath -limago -lresman \
-                 -lpthread -lassimp -ltreestore -ldrawtext `pkg-config --libs sdl2`
+                 -lpthread -lassimp -ltreestore -ldrawtext -loptcfg -lgoatvr `pkg-config --libs sdl2`
 
 sys = $(shell uname -s)
 libgl_Linux = -lGL -lGLU -lGLEW
@@ -43,3 +43,7 @@ clean:
 .PHONY: cleandep
 cleandep:
        rm -f $(dep)
+
+.PHONY: data
+data:
+       tools/prepare_data