Skip to content

Commit 9374e33

Browse files
committed
More langs in Makefile.
1 parent 6aab75a commit 9374e33

1 file changed

Lines changed: 1 addition & 1 deletion

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

2323
clean:

0 commit comments

Comments
 (0)