diff options
author | Florian Jung <flo@windfisch.org> | 2015-01-08 00:10:49 +0100 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2015-01-08 00:10:49 +0100 |
commit | 34035fd63f0ee8b49a1d15cdd78132e816be7f74 (patch) | |
tree | 757ecd8c9df717d083f048a95d99abe280b98215 /Makefile | |
parent | 3ea75fb804f99fed73cab266da03bb7d04dc826b (diff) |
stabilisierung I
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 - 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 |