X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Makefile;h=7254a1bac99beb01c631dcabfdee1ddd54a0ad83;hb=a5fbf3b2628c0fd5089cdbeb053cbd4222d8f9ad;hp=cecf1f7feadcb06ee1d86848bd955e37b6de3483;hpb=410db7ae000a620c7ac8f0ae5ed107c64e91c7a7;p=fasttree.git 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