summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2015-01-07 14:04:50 +0100
committerFlorian Jung <flo@windfisch.org>2015-01-07 14:05:03 +0100
commita1de75322f87cd6adea4afcf3470d2466d0881b8 (patch)
tree07917c3cc3bc59537a611e92ec947b3505a21100
parente2fc7e5f9701777652fc6a18d0e42cf23e84ecae (diff)
renamed
-rw-r--r--Makefile4
-rw-r--r--client2.cpp (renamed from client2.c)0
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a917452..a8478d5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-client2: client2.c lib.cpp
- g++ client2.c lib.cpp `pkg-config --libs opencv` -lm -o client2
+client2: client2.cpp lib.cpp
+ 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
diff --git a/client2.c b/client2.cpp
index 1066739..1066739 100644
--- a/client2.c
+++ b/client2.cpp