Skip to content

Commit 32acf31

Browse files
committed
Zip up source code for web page.
1 parent ff09316 commit 32acf31

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

www/Makefile

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,16 @@ $(course):
1919
cd ../langs ; \
2020
tar -c `git ls-files intro a86 abscond blackmail con dupe dodger extort fraud hustle hoax iniquity jig knock loot mug mountebank neerdowell fp project.pdf` \
2121
a86/main.c a86/gcd.c a86/tri.s abscond/42.s | \
22-
(cd ../www/main/code ; tar -x) ; cd ../..
22+
(cd ../www/main/code ; tar -x ; \
23+
zip -c fraud.zip -r fraud/ ; \
24+
zip -c hustle.zip -r hustle/ ; \
25+
zip -c hoax.zip -r hoax/ ; \
26+
zip -c iniquity.zip -r iniquity/ ; \
27+
zip -c jig.zip -r jig/ ; \
28+
zip -c knock.zip -r knock/ ; \
29+
zip -c loot.zip -r loot/ ; \
30+
zip -c knock.zip -r mug/ ; \
31+
zip -c knock.zip -r mountebank/) ; cd ../..
2332
cd slides ; \
2433
tar -c `git ls-files ocaml-to-racket.pdf abscond.pdf con.pdf dupe.pdf extort.pdf grift.pdf grift2.pdf hustle.pdf` | \
2534
(cd ../main/code ; tar -x) ; cd ../..

0 commit comments

Comments
 (0)