summaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2015-03-13 16:29:53 +0100
committerAnton Khirnov <anton@khirnov.net>2015-03-13 16:29:53 +0100
commitb581dc077be26ff6ca8e541cfdcadb9417a9ca49 (patch)
treedcd82d0b58e84b8e990bfcae363989a025303e8f /src/make.code.defn
parent4c3e87be47e4131b42a2a6dccf43f233694257d1 (diff)
Split off the solver core into a separate file.
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index 629817b..d11b536 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -1,7 +1,7 @@
# Main make.code.defn file for thorn MaximalSlicingAxi
# Source files in this directory
-SRCS = basis.c maximal_slicing_axi.c register.c
+SRCS = basis.c maximal_slicing_axi.c register.c solve.c
# Subdirectories containing source files
SUBDIRS =