diff --git a/test/SafeFormat/Makefile b/test/SafeFormat/Makefile index 668990e..1cb6507 100644 --- a/test/SafeFormat/Makefile +++ b/test/SafeFormat/Makefile @@ -1,9 +1,10 @@ include ../Makefile.common BIN := main$(BIN_SUFFIX) -SRC := main.cpp +SRC := main.cpp ThreadPool.cpp OBJ := $(SRC:.cpp=.o) CXXFLAGS := $(CXXWARNFLAGS) -g -fexpensive-optimizations -O3 +LDLIBS += -lpthread .PHONY: all clean all: $(BIN)