X-Git-Url: https://git.donarmstrong.com/?p=fasttree.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=cecf1f7feadcb06ee1d86848bd955e37b6de3483;hp=0000000000000000000000000000000000000000;hb=410db7ae000a620c7ac8f0ae5ed107c64e91c7a7;hpb=29c2d9cd03ef3c2c2447692d42b00413190a7b30 diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..cecf1f7 --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +all: fasttree + +fasttree: FastTree.c + gcc -DOPENMP -fopenmp -O3 -finline-functions -funroll-loops -Wall -o FastTreeMP FastTree.c -lm