aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2017-06-30 09:35:21 +0200
committerAnton Khirnov <anton@khirnov.net>2017-06-30 09:35:21 +0200
commitd8e21cfe33c9fd98109374510311479955684412 (patch)
treef3e999217a00f1350a4111798f7bd187dc04e5ce /Makefile
parentd451e140926584ae59b0a0552d5463b9d6114ac2 (diff)
Add a threadpool implementation.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c868322..2239dc6 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,7 @@ OBJS = basis.o \
log.o \
qfunc.o \
solve.o \
+ threadpool.o \
all: $(TARGET)