start stage 3--hex digit to number
This commit is contained in:
parent
15a4be17e3
commit
ea6989a71a
3 changed files with 132 additions and 0 deletions
9
03/Makefile
Normal file
9
03/Makefile
Normal file
|
@ -0,0 +1,9 @@
|
|||
all: out02
|
||||
out02: in02
|
||||
../02/out01
|
||||
out03: out02 in03
|
||||
./out02
|
||||
%.html: %.md ../markdown
|
||||
../markdown $<
|
||||
clean:
|
||||
rm -f out* README.html
|
Loading…
Add table
Add a link
Reference in a new issue