This commit is contained in:
pommicket 2021-11-16 11:02:45 -05:00
parent 31c9f4ca2a
commit b48712f9c9
6 changed files with 190 additions and 0 deletions

7
04a/Makefile Normal file
View file

@ -0,0 +1,7 @@
all: out03
out03: in03 ../03/out02
../03/out02
%.html: %.md ../markdown
../markdown $<
clean:
rm -f out* README.html