From e2fc7e5f9701777652fc6a18d0e42cf23e84ecae Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Wed, 7 Jan 2015 14:00:04 +0100 Subject: client lib --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9f87474..a917452 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -client2: client2.c - g++ client2.c `pkg-config --libs opencv` -lm -o client2 +client2: client2.c lib.cpp + g++ client2.c lib.cpp `pkg-config --libs opencv` -lm -o client2 client: client.c gcc client.c -lX11 -lXi -lXmu -lglut -lGL -lGLU -lm -o client -- cgit v1.2.3