We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43b0132 commit 38e1902Copy full SHA for 38e1902
www/Makefile
@@ -17,7 +17,7 @@ $(course):
17
$(course).scrbl
18
mkdir -p $(course)/code/
19
cd notes ; \
20
- tar -c `git ls-files -X .gitignore intro abscond blackmail con dupe extort fraud hustle iniquity jig knock loot` | \
+ tar -c `git ls-files -X .gitignore intro abscond blackmail con dupe extort fraud hustle iniquity jig knock loot mug` | \
21
(cd ../main/code ; tar -x) ; cd ../..
22
23
clean:
0 commit comments