Skip to content

Commit 2125f45

Browse files
authored
Merge pull request #47 from dvanhorn/next
Next
2 parents e55eee2 + b7375c9 commit 2125f45

2 files changed

Lines changed: 400 additions & 2 deletions

File tree

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 loot` | \
20+
tar -c `git ls-files -X .gitignore intro abscond blackmail con dupe extort fraud hustle iniquity jig knock loot mug` | \
2121
(cd ../main/code ; tar -x) ; cd ../..
2222

2323
clean:

0 commit comments

Comments
 (0)