Skip to content

Commit 239dc21

Browse files
committed
Update Makefile to zip remaining langs.
1 parent dddd51a commit 239dc21

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
@@ -12,10 +12,10 @@ $(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-gc 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 outlaw 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-gc 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 neerdowell outlaw ; do \
1919
zip $${f}.zip -r $${f}/ ; \
2020
done )
2121
cd slides ; \

0 commit comments

Comments
 (0)