From b87e466a9acdd4a834ce0d50f23a5960d0e51992 Mon Sep 17 00:00:00 2001 From: Thorsten Töpper Date: Sun, 2 Jan 2011 18:12:50 +0100 Subject: Aufgabe 3: Makefile: Debugsymbole hinzugefügt. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aufgabe3/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/aufgabe3/Makefile b/aufgabe3/Makefile index c8a143b..966b312 100644 --- a/aufgabe3/Makefile +++ b/aufgabe3/Makefile @@ -1,9 +1,9 @@ all: - gcc -Wall -c -o conv.o conv.c - gcc -Wall -c -o log.o log.c - gcc -Wall -c -o statistic.o statistic.c - gcc -Wall -c -o monitor.o monitor.c - gcc -Wall -c -o main.o main.c + gcc -Wall -c -g -o conv.o conv.c + gcc -Wall -c -g -o log.o log.c + gcc -Wall -c -g -o statistic.o statistic.c + gcc -Wall -c -g -o monitor.o monitor.c + gcc -Wall -c -g -o main.o main.c gcc -o pk main.o conv.o log.o statistic.o monitor.o -lrt clean: -- cgit v1.2.3-70-g09d2