forked from aosabook/500lines
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
19 lines (12 loc) · 667 Bytes
/
Copy pathMakefile
File metadata and controls
19 lines (12 loc) · 667 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
all: tailbiter0.py tailbiter1.py tailbiter2.py
doc: ~/Desktop/tailbiter.pdf
~/Desktop/tailbiter.pdf: bytecompiler.rewrite.md
pandoc bytecompiler.rewrite.md -o ~/Desktop/tailbiter.pdf
tailbiter0.py: handaxeweb.lua bytecompiler.rewrite.md
./handaxeweb.lua <bytecompiler.rewrite.md tailbiter.py >tailbiter0.py
tailbiter1.py: handaxeweb.lua bytecompiler.rewrite.md
./handaxeweb.lua <bytecompiler.rewrite.md tailbiter.py 1 >tailbiter1.py
tailbiter2.py: handaxeweb.lua bytecompiler.rewrite.md
./handaxeweb.lua <bytecompiler.rewrite.md tailbiter.py 2 >tailbiter2.py
compiler.py non-compiler: extractcode.py bytecompiler.md
python extractcode.py <bytecompiler.md