04 compiler fix (global lookup), start preprocessor
This commit is contained in:
parent
479ff20704
commit
fbe3f4e701
4 changed files with 250 additions and 8 deletions
|
@ -1,8 +1,6 @@
|
|||
all: out03 out04a README.html
|
||||
out03: in03 ../03/out02
|
||||
../03/out02
|
||||
out04a: out03 in04a
|
||||
./out03 in04a out04a
|
||||
all: out04
|
||||
out04: in04 ../04/out03
|
||||
../04/out03
|
||||
%.html: %.md ../markdown
|
||||
../markdown $<
|
||||
clean:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue