From ec42fc501399acbb12c3b73b9404a9529c2546ee Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 6 Dec 2010 21:44:41 +0100 Subject: makefile: -g für debug symbols MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aufgabe4/Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'aufgabe4') diff --git a/aufgabe4/Makefile b/aufgabe4/Makefile index 2d8d2a8..8e68789 100644 --- a/aufgabe4/Makefile +++ b/aufgabe4/Makefile @@ -1,11 +1,11 @@ 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 -o queue.o queue.c - gcc -o pk main.o conv.o log.o statistic.o monitor.o queue.o -lrt + gcc -g -Wall -c -o conv.o conv.c + gcc -g -Wall -c -o log.o log.c + gcc -g -Wall -c -o statistic.o statistic.c + gcc -g -Wall -c -o monitor.o monitor.c + gcc -g -Wall -c -o main.o main.c + gcc -g -Wall -c -o queue.o queue.c + gcc -g -o pk main.o conv.o log.o statistic.o monitor.o queue.o -lrt clean: rm -f *.o -- cgit v1.2.3-70-g09d2