repo.or.cz
/
qbe.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
handle large hfas correctly on arm64
[qbe.git]
/
tools
/
mgen
/
Makefile
blob
1b94436e06384e0af49ae55a40ee7f547eb42ed7
1
BIN
=
mgen
2
SRC
=
\
3
match.ml \
4
fuzz.ml \
5
cgen.ml \
6
sexp.ml \
7
test
.ml \
8
main.ml
9
10
$(
BIN
): $(
SRC
)
11
ocamlopt
-
o
$(
BIN
) -
g str.cmxa
$(
SRC
)
12
13
clean
:
14
rm
-
f
*
.cm?
*
.o
$(
BIN
)
15
16
.PHONY
:
clean