genode/libports/src/test/pthread/target.mk
Christian Prochaska ff3e08f9ea POSIX threads and semaphores
This patch implements a subset of the POSIX thread and semaphore functions
in the 'pthread' library.

Fixes #174.
2012-04-16 12:16:40 +02:00

4 lines
76 B
Makefile

TARGET = test-pthread
SRC_CC = main.cc
LIBS = libc libc_log pthread