We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d795e1f commit 68f39b1Copy full SHA for 68f39b1
1 file changed
www/Makefile
@@ -1,4 +1,4 @@
1
-course = main
+course = assignments/6
2
3
.PHONY : all clean test
4
@@ -17,7 +17,7 @@ $(course):
17
$(course).scrbl
18
mkdir -p $(course)/code/
19
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` \
+ 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` \
21
a86/main.c a86/gcd.c a86/tri.s abscond/42.s | \
22
(cd ../www/main/code ; tar -x) ; cd ../..
23
cd slides ; \
0 commit comments