We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e55eee2 + b7375c9 commit 2125f45Copy full SHA for 2125f45
2 files changed
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