repo.or.cz
/
fpmath-consensus.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
handle impl crashes by catching SIGPIPE
[fpmath-consensus.git]
/
Makefile
blob
24ae3e7eedcf2720b9d4674bc8ea5f28ca83482c
1
default
:
all
2
.PHONY
:
all
3
all
:
4
sh
-
c
"cd checker; mbld"
|| true
5
sh
-
c
"cd impl-libc; make"
|| true
6
sh
-
c
"cd impl-mpfr; make"
|| true
7
sh
-
c
"cd impl-myrddin; mbld"
|| true