Skip to content

Commit 68f39b1

Browse files
committed
Add some missing langs to www Makefile.
1 parent d795e1f commit 68f39b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

www/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
course = main
1+
course = assignments/6
22

33
.PHONY : all clean test
44

@@ -17,7 +17,7 @@ $(course):
1717
$(course).scrbl
1818
mkdir -p $(course)/code/
1919
cd ../langs ; \
20-
tar -c `git ls-files intro a86 abscond blackmail con dupe extort fraud hustle iniquity jig .knock loot mug fp project.pdf` \
20+
tar -c `git ls-files intro a86 abscond blackmail con dupe dodger extort fraud hustle hoax iniquity jig .knock loot mug mountebank fp project.pdf` \
2121
a86/main.c a86/gcd.c a86/tri.s abscond/42.s | \
2222
(cd ../www/main/code ; tar -x) ; cd ../..
2323
cd slides ; \

0 commit comments

Comments
 (0)