fix spill code
This commit is contained in:
parent
cd75608a54
commit
0aa0002337
2 changed files with 22 additions and 9 deletions
7
Makefile
7
Makefile
|
@ -1,11 +1,14 @@
|
|||
.PHONY: all test
|
||||
.PHONY: all test clean
|
||||
|
||||
all: bak
|
||||
|
||||
bak: elf.ml lo2.ml
|
||||
ocamlc -o bak elf.ml lo2.ml
|
||||
ocamlc -g -o bak elf.ml lo2.ml
|
||||
|
||||
test: bak
|
||||
./bak test
|
||||
cc -o t tmain.c t.o
|
||||
./t
|
||||
|
||||
clean:
|
||||
rm -f bak t t.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue