aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2018-08-01 17:12:44 +0200
committerAnton Khirnov <anton@khirnov.net>2018-08-01 17:14:48 +0200
commit3d873841dfca19b632525b1db7a33e0f9750dc06 (patch)
tree847cd81cfd3aeb5e674cb529710b4a94df3e48ce /Makefile
parenta70b93fd016adb557d55db771fac488be20e8ff1 (diff)
Implement the multigrid scheme.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0edb539..9cc3d61 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,7 @@ TARGET = libmg2d.so
OBJECTS = \
ell_relax.o \
log.o \
+ mg2d.o \
all: $(TARGET)