summaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-05-12 13:15:02 +0200
committerAnton Khirnov <anton@khirnov.net>2016-05-12 13:15:02 +0200
commit7d8d6b69891738d6837323b973e636ee86c5cdcd (patch)
tree8f1cb552a69f5cdbde1db83b5fb8f864ebe6679d /src/make.code.defn
parenta4915453f05ebdfeccd8f954026096e8f145fd06 (diff)
A major rewrite.
The code is now mostly functional, this splits it into several independent subsystems to be more readable/maintainable.
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 f31ed36..2863409 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 qms.c register.c solve.c
+SRCS = basis.c bicgstab.c qms.c qms_solve.c pssolve.c register.c
# Subdirectories containing source files
SUBDIRS =