Skip to content

Commit aec1293

Browse files
committed
src/Makefile: Add Lists.lidr to LIDRFILES
1 parent b39b7a0 commit aec1293

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ PANDOC_FLAGS := \
1313

1414
LIDRFILES := Preface.lidr \
1515
Basics.lidr \
16-
Induction.lidr
16+
Induction.lidr \
17+
Lists.lidr
1718
# TODO: Add more chapters, in order, here.
1819

1920

0 commit comments

Comments
 (0)