summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2015-02-18 16:01:00 +0100
committerFlorian Jung <flo@windfisch.org>2015-02-18 16:01:00 +0100
commit18bd9b2d51f8d8f3e2333f61448b00553aeda6d0 (patch)
treefbe3decf84ea4bb3a5c87ba72e9dcc182fbc73e8 /Makefile
parentb1fc406aa93d6d52a681a46eff00fc592c74dbb0 (diff)
server/client fixes, manual horizon correction, delay sensor data
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4e31c7d..e234fa9 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-client2: client2.cpp lib.cpp
+client2: client2.cpp lib.cpp ringbuf.h
g++ -std=c++11 -g client2.cpp lib.cpp -lglfw -lGLEW -lGLU -lGL `pkg-config --libs opencv` -lm -o client2
client: client.c
gcc client.c -lX11 -lXi -lXmu -lglut -lGL -lGLU -lm -o client