update
This commit is contained in:
parent
fe22cc7665
commit
56a6e78765
16 changed files with 18 additions and 289 deletions
|
@ -1,11 +1,9 @@
|
|||
all: out03 guessing_game.out out04 README.html
|
||||
all: out03 guessing_game.out out04
|
||||
out03: in03 ../03/out02
|
||||
../03/out02
|
||||
%.html: %.md ../markdown
|
||||
../markdown $<
|
||||
out04: in04 out03
|
||||
./out03
|
||||
%.out: % out03
|
||||
./out03 $< $@
|
||||
clean:
|
||||
rm -f out* README.html *.out
|
||||
rm -f out* *.out
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue