diff options
author | toni <toni@devlap.local> | 2015-10-13 17:42:21 +0200 |
---|---|---|
committer | toni <toni@devlap.local> | 2015-10-17 18:10:42 +0200 |
commit | d7071577be3f49b964c4d234024bf62328d0209d (patch) | |
tree | 7fff5680467c93b2fbd06374e91c81cb44b2c09d /tests/Makefile | |
parent | c89e18ec972f165650a453aa8bd8b30309e323e6 (diff) |
better ipc: using POSIX (semaphores && msg queues)
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |