mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
add simple Makefile
This commit is contained in:
parent
c89853497a
commit
d1cb824564
11
Makefile
Normal file
11
Makefile
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
.PHONY: all test
|
||||||
|
|
||||||
|
all: bak
|
||||||
|
|
||||||
|
bak: elf.ml lo2.ml
|
||||||
|
ocamlc -o bak elf.ml lo2.ml
|
||||||
|
|
||||||
|
test: bak
|
||||||
|
./bak test
|
||||||
|
cc -o t tmain.c t.o
|
||||||
|
./t
|
||||||
Loading…
Reference in New Issue
Block a user