rename 04b => 04, better 04 README
This commit is contained in:
parent
4cd2b7047c
commit
519069a89d
8 changed files with 76 additions and 41 deletions
11
04/Makefile
Normal file
11
04/Makefile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue