aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2022-09-16 11:49:55 +0200
committerAnton Khirnov <anton@khirnov.net>2022-09-16 11:49:55 +0200
commitbc9a2906fc30e2d73d6b4c23783df5e15c90278c (patch)
tree0abbf54b83b618fa8606ac95c8180d14ace392b5 /Makefile
parent24f21b65e0ce76b824a57cdd3e84388d20115541 (diff)
Move eval code to its own file.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9e07249..7903842 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,7 @@ OBJS = basis.o \
bicgstab.o \
cpu.o \
cpuid.o \
+ eval.o \
init.o \
log.o \
nlsolve.o \