X-Git-Url: https://git.donarmstrong.com/?p=fasttree.git;a=blobdiff_plain;f=Makefile;h=7254a1bac99beb01c631dcabfdee1ddd54a0ad83;hp=cecf1f7feadcb06ee1d86848bd955e37b6de3483;hb=afdac1ffbdccf8ecdd033a6a31b69d44d2c5ccfa;hpb=ae41817a186bc50deaf5fbe98ac262a65fa85b7d diff --git a/Makefile b/Makefile index cecf1f7..7254a1b 100644 --- a/Makefile +++ b/Makefile @@ -3,4 +3,4 @@ all: fasttree fasttree: FastTree.c - gcc -DOPENMP -fopenmp -O3 -finline-functions -funroll-loops -Wall -o FastTreeMP FastTree.c -lm + gcc -DOPENMP -fopenmp -O3 -finline-functions -funroll-loops -Wall -o $@ $< -lm