diff options
author | Florian Jung <flo@windfisch.org> | 2015-01-07 14:04:50 +0100 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2015-01-07 14:05:03 +0100 |
commit | a1de75322f87cd6adea4afcf3470d2466d0881b8 (patch) | |
tree | 07917c3cc3bc59537a611e92ec947b3505a21100 /Makefile | |
parent | e2fc7e5f9701777652fc6a18d0e42cf23e84ecae (diff) |
renamed
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |