summaryrefslogtreecommitdiff
path: root/Makefile
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 /Makefile
parente2fc7e5f9701777652fc6a18d0e42cf23e84ecae (diff)
renamed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 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