]> git.donarmstrong.com Git - fasttree.git/blob - Makefile
cecf1f7feadcb06ee1d86848bd955e37b6de3483
[fasttree.git] / Makefile
1 #!/usr/bin/make -f
2
3 all: fasttree
4
5 fasttree: FastTree.c
6         gcc -DOPENMP -fopenmp -O3 -finline-functions -funroll-loops -Wall -o FastTreeMP FastTree.c -lm