We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aab75a commit 9374e33Copy full SHA for 9374e33
1 file 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` | \
+ tar -c `git ls-files -X .gitignore intro abscond blackmail con dupe extort fraud hustle iniquity jig knock` | \
21
(cd ../main/code ; tar -x) ; cd ../..
22
23
clean:
0 commit comments