rename 04b => 04, better 04 README

This commit is contained in:
pommicket 2022-01-07 11:07:06 -05:00
parent 4cd2b7047c
commit 519069a89d
8 changed files with 76 additions and 41 deletions

11
04/Makefile Normal file
View file

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