Skip to content

Commit fe420e1

Browse files
committed
Add outlaw to www Makefile.
1 parent db34a7f commit fe420e1

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
@@ -1,4 +1,4 @@
1-
course = main
1+
course = project
22

33
.PHONY : all clean test
44

@@ -17,7 +17,7 @@ $(course):
1717
$(course).scrbl
1818
mkdir -p $(course)/code/
1919
cd ../langs ; \
20-
tar -c `git ls-files intro a86 abscond blackmail con dupe dodger extort fraud hustle hoax iniquity jig .knock loot mug mountebank fp project.pdf` \
20+
tar -c `git ls-files intro a86 abscond blackmail con dupe dodger extort fraud hustle hoax iniquity jig knock loot mug mountebank outlaw fp project.pdf` \
2121
a86/main.c a86/gcd.c a86/tri.s abscond/42.s | \
2222
(cd ../www/main/code ; tar -x) ; cd ../..
2323
cd slides ; \

0 commit comments

Comments
 (0)