diff --git a/test/Makefile b/test/Makefile index 707b5a8..704b079 100644 --- a/test/Makefile +++ b/test/Makefile @@ -13,7 +13,7 @@ test: $(PROGRAMS) include ../makeflags -LIBS = -lcrucible +LIBS = -lcrucible -lpthread LDFLAGS = -L../lib -Wl,-rpath=$(shell realpath ../lib) depends.mk: *.cc