summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2015-01-08 00:10:49 +0100
committerFlorian Jung <flo@windfisch.org>2015-01-08 00:10:49 +0100
commit34035fd63f0ee8b49a1d15cdd78132e816be7f74 (patch)
tree757ecd8c9df717d083f048a95d99abe280b98215 /Makefile
parent3ea75fb804f99fed73cab266da03bb7d04dc826b (diff)
stabilisierung I
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a8478d5..6a03720 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
client2: client2.cpp lib.cpp
- g++ client2.cpp lib.cpp `pkg-config --libs opencv` -lm -o client2
+ g++ -g client2.cpp lib.cpp `pkg-config --libs opencv` -lm -o client2
client: client.c
gcc client.c -lX11 -lXi -lXmu -lglut -lGL -lGLU -lm -o client