01 done
This commit is contained in:
parent
bd739d7205
commit
f71545c939
6 changed files with 372 additions and 123 deletions
7
01/Makefile
Normal file
7
01/Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
all: out01 README.html
|
||||
out01: in01 out00
|
||||
./out00
|
||||
out00: in00
|
||||
../00/hexcompile
|
||||
%.html: %.md
|
||||
markdown $< > $@
|
Loading…
Add table
Add a link
Reference in a new issue