aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2018-02-09 15:34:25 +0100
committerAnton Khirnov <anton@khirnov.net>2018-02-09 15:36:14 +0100
commit234e722c5abfb15c9850b4224cabbb3e2d0c3657 (patch)
treefafd3c0afc7d4c8a6f948069d7f4daf2722dea24 /Makefile
parent5981560b3b54e1c129a0b14c9b2dec80609f9dcd (diff)
Add the remaining parts for teukolsky waves initial data
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 14ad028..be6287a 100644
--- a/Makefile
+++ b/Makefile
@@ -8,9 +8,11 @@ OBJS = basis.o \
bicgstab.o \
cpu.o \
cpuid.o \
+ init.o \
log.o \
nlsolve.o \
pssolve.o \
+ td_constraints.o \
threadpool.o \
TESTPROGS = nlsolve \