Skip to content

Commit 7d2245a

Browse files
committed
Add iniquity-gc to Makefile.
1 parent 1765761 commit 7d2245a

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
@@ -15,7 +15,7 @@ zips:
1515
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` \
1616
a86/main.c a86/gcd.c a86/tri.s abscond/42.s | \
1717
(cd ../www/main/code ; tar -x ; \
18-
for f in abscond blackmail con dupe dodger evildoer extort fraud hustle hoax iniquity iniquity-plus jig knock loot mug mountebank ; do \
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 \
1919
zip $${f}.zip -r $${f}/ ; \
2020
done )
2121
cd slides ; \

0 commit comments

Comments
 (0)