aboutsummaryrefslogtreecommitdiff
path: root/aufgabe4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'aufgabe4/Makefile')
-rw-r--r--aufgabe4/Makefile3
1 files changed, 2 insertions, 1 deletions
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