From 0c9d712a77bbede4808142944776d35f502bffa7 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Mon, 6 Dec 2010 19:55:19 +0100 Subject: IPC implementiert MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hat noch einen Bug, sollte aber als Beispiel für die anderen Aufgaben gut genug sein. --- aufgabe4/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'aufgabe4/Makefile') diff --git a/aufgabe4/Makefile b/aufgabe4/Makefile index d08af51..2d8d2a8 100644 --- a/aufgabe4/Makefile +++ b/aufgabe4/Makefile @@ -4,7 +4,8 @@ all: 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 -o pk main.o conv.o log.o statistic.o monitor.o + gcc -Wall -c -o queue.o queue.c + gcc -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