Skip to content

Commit a6ce5ef

Browse files
committed
Fix iniquity-gc zip.
1 parent 44e5e9b commit a6ce5ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ $(course): scribble zips
1212
zips:
1313
mkdir -p $(course)/code/
1414
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` \
15+
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` \
1616
a86/main.c a86/gcd.c a86/tri.s abscond/42.s | \
1717
(cd ../www/main/code ; tar -x ; \
1818
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

Comments
 (0)