04b initial readme, guessing game, compiler fixes

This commit is contained in:
pommicket 2022-01-06 23:29:59 -05:00
parent 3e73f6625c
commit 4cd2b7047c
8 changed files with 625 additions and 103 deletions

View file

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