This commit is contained in:
pommicket 2021-09-01 17:40:39 -04:00
parent bd739d7205
commit f71545c939
6 changed files with 372 additions and 123 deletions

7
01/Makefile Normal file
View file

@ -0,0 +1,7 @@
all: out01 README.html
out01: in01 out00
./out00
out00: in00
../00/hexcompile
%.html: %.md
markdown $< > $@