diff options
author | Florian Jung <flo@windfisch.org> | 2015-02-18 16:01:00 +0100 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2015-02-18 16:01:00 +0100 |
commit | 18bd9b2d51f8d8f3e2333f61448b00553aeda6d0 (patch) | |
tree | fbe3decf84ea4bb3a5c87ba72e9dcc182fbc73e8 /Makefile | |
parent | b1fc406aa93d6d52a681a46eff00fc592c74dbb0 (diff) |
server/client fixes, manual horizon correction, delay sensor data
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |