Skip to content

Commit cb8701e

Browse files
author
Alex Gryzlov
committed
update ipkg/makefile
1 parent 8b0798b commit cb8701e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

software_foundations.ipkg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ modules = Basics
77
, Tactics
88
, Logic
99
, IndProp
10+
, Maps
11+
, ProofObjects
1012

1113
brief = "Software Foundations in Idris"
1214
version = 0.0.1.0

src/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ LIDR_FILES := Preface.lidr \
1818
Poly.lidr \
1919
Tactics.lidr \
2020
Logic.lidr \
21-
IndProp.lidr
21+
IndProp.lidr \
22+
Maps.lidr \
23+
ProofObjects.lidr
2224
# TODO: Add more chapters, in order, here.
2325

2426

0 commit comments

Comments
 (0)