Skip to content

Commit 38e1902

Browse files
committed
cp mug in Makefile.
1 parent 43b0132 commit 38e1902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)