From ad2a003a77dc234a6eb5628b298630d54b337604 Mon Sep 17 00:00:00 2001 From: gonzo Date: Fri, 19 May 2023 10:44:54 +0200 Subject: added straight-line loans --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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} -- cgit v1.2.3