We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44e5e9b commit a6ce5efCopy full SHA for a6ce5ef
1 file changed
www/Makefile
@@ -12,7 +12,7 @@ $(course): scribble zips
12
zips:
13
mkdir -p $(course)/code/
14
cd ../langs ; \
15
- tar -c `git ls-files intro a86 abscond blackmail con dupe dodger evildoer extort fraud hustle hoax iniquity iniquity-plus jig knock loot mug mountebank neerdowell fp project.pdf` \
+ tar -c `git ls-files intro a86 abscond blackmail con dupe dodger evildoer extort fraud hustle hoax iniquity iniquity-gc iniquity-plus jig knock loot mug mountebank neerdowell fp project.pdf` \
16
a86/main.c a86/gcd.c a86/tri.s abscond/42.s | \
17
(cd ../www/main/code ; tar -x ; \
18
for f in abscond blackmail con dupe dodger evildoer extort fraud hustle hoax iniquity iniquity-gc iniquity-plus jig knock loot mug mountebank ; do \
0 commit comments