start C compiler
This commit is contained in:
parent
262824b214
commit
5d6b490cce
7 changed files with 528 additions and 0 deletions
11
05/Makefile
Normal file
11
05/Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
all: out04
|
||||
in04: *.b ../04a/out04
|
||||
../04a/out04 main.b in04
|
||||
out04: in04 ../04/out03
|
||||
../04/out03 in04 out04
|
||||
%.html: %.md ../markdown
|
||||
../markdown $<
|
||||
%.out: %.c
|
||||
./out04 $< $@
|
||||
clean:
|
||||
rm -f out* README.html *.out
|
Loading…
Add table
Add a link
Reference in a new issue