summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a4b2611..3446aa7 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ HEAD=
OBJ=${DEPS:.c=.o}
LIB=las.a
-LDEPS=bullet_loan.c
+LDEPS=bullet_loan.c straight_line_loan.c
LHEAD=contract.h loans.h
LOBJ=${LDEPS:.c=.o}