From b48e848140b353752e24583d299ed1858a533f21 Mon Sep 17 00:00:00 2001 From: Florian Jung Date: Sat, 1 Dec 2012 10:58:25 +0100 Subject: noch schöner MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 58da5bf..210ac2a 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,11 @@ all: detect_road_borders mariokart01 detect_road_borders: detect_road_borders.cpp - g++ `pkg-config --libs --cflags opencv` $< -o $@ + g++ `pkg-config --libs --cflags opencv` -g $< -o $@ test_detect: detect_road_borders ./detect_road_borders test.mpg mariokart01: mariokart01.cpp - g++ `pkg-config --libs --cflags opencv` -lxcb -lpthread $< -o $@ + g++ `pkg-config --libs --cflags opencv` -lxcb -lpthread -g $< -o $@ -- cgit v1.2.3