support sqrt
[fpmath-consensus.git] / Makefile
blob24ae3e7eedcf2720b9d4674bc8ea5f28ca83482c
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