From d7071577be3f49b964c4d234024bf62328d0209d Mon Sep 17 00:00:00 2001 From: toni Date: Tue, 13 Oct 2015 17:42:21 +0200 Subject: better ipc: using POSIX (semaphores && msg queues) --- tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index 22a5469..5a041e6 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,5 +1,5 @@ CFLAGS = -Wall -LDFLAGS = -lpthread +LDFLAGS = -lpthread -lrt CC = gcc SOURCES = $(wildcard *.c) BINARIES = $(patsubst %.c,%,$(SOURCES)) -- cgit v1.2.3