summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index be6287a..1933eb6 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,8 @@ OBJS = basis.o \
threadpool.o \
TESTPROGS = nlsolve \
- pssolve
+ pssolve \
+ td_solve
TESTPROGS := $(addprefix tests/,$(TESTPROGS))