]> git.donarmstrong.com Git - fasttree.git/blob - Makefile
add markdown readme
[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 $@ $< -lm