summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3446aa7..d3a30d0 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ CC=clang --std=c99
AR=ar ruvcs
CFLAGS=-Wall -Wextra -Werror -Weverything -Wpadded -pedantic
-LIBS=-lncurses
+LIBS=-lncurses -lm
BLDFLAGS=-g
RELFLAGS=-O2
@@ -18,7 +18,7 @@ HEAD=
OBJ=${DEPS:.c=.o}
LIB=las.a
-LDEPS=bullet_loan.c straight_line_loan.c
+LDEPS=bullet_loan.c straight_line_loan.c mortgage_loan.c
LHEAD=contract.h loans.h
LOBJ=${LDEPS:.c=.o}