Skip to content

Commit 9317a74

Browse files
authored
Merge pull request #41 from dvanhorn/next
Next
2 parents a0a13e4 + 22b22b3 commit 9317a74

18 files changed

Lines changed: 2813 additions & 17 deletions

www/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $(course):
1717
$(course).scrbl
1818
mkdir -p $(course)/code/
1919
cd notes ; \
20-
tar -c `git ls-files -X .gitignore intro abscond blackmail con dupe extort fraud hustle iniquity jig knock` | \
20+
tar -c `git ls-files -X .gitignore intro abscond blackmail con dupe extort fraud hustle iniquity jig knock loot` | \
2121
(cd ../main/code ; tar -x) ; cd ../..
2222

2323
clean:

www/notes.scrbl

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,4 @@
1717
@include-section{notes/iniquity.scrbl}
1818
@include-section{notes/jig.scrbl}
1919
@include-section{notes/knock.scrbl}
20-
@;{
21-
@include-section{notes/5.scrbl}
22-
@include-section{notes/6.scrbl}
23-
@include-section{notes/7.scrbl}
24-
@include-section{notes/8.scrbl}
25-
@include-section{notes/9.scrbl}
26-
@include-section{notes/10.scrbl}
27-
@include-section{notes/11.scrbl}
28-
@include-section{notes/12.scrbl}
29-
@include-section{notes/13.scrbl}
30-
@include-section{notes/14.scrbl}
31-
@include-section{notes/15.scrbl}
32-
}
20+
@include-section{notes/loot.scrbl}

0 commit comments

Comments
 (0)