summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2015-04-22 16:18:11 +0200
committerFlorian Jung <flo@windfisch.org>2015-04-22 16:18:11 +0200
commit7acbcfa78372e26cf2cd80cc266949434ff8db84 (patch)
treeb36804eb35edaa7acc74247a313864fc319438a9 /Makefile
parent00b9727d4d0f6aa55a3ba27a111448a3c1527345 (diff)
regulator + test
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e3d4701..6d85777 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,7 @@
client2: client2.cpp lib.cpp ringbuf.h contrib/OpenHMD/src/.libs/libopenhmd.a
g++ -std=c++11 -g client2.cpp lib.cpp -lglfw -lGLEW -lGLU -lGL `pkg-config --libs opencv` -lm -DOHMD_STATIC -Icontrib/OpenHMD/include/ contrib/OpenHMD/src/.libs/libopenhmd.a -lhidapi-libusb -lrt -lpthread -o client2
+regulator_test: regulator_test.cpp
+ g++ -std=c++11 -g regulator_test.cpp `pkg-config --libs opencv` -lm -o regulator_test
client: client.c
gcc client.c -lX11 -lXi -lXmu -lglut -lGL -lGLU -lm -o client