From: Don Armstrong Date: Tue, 9 Feb 2016 17:44:24 +0000 (-0600) Subject: use $@ and $< in fasttree X-Git-Url: https://git.donarmstrong.com/?p=fasttree.git;a=commitdiff_plain;h=afdac1ffbdccf8ecdd033a6a31b69d44d2c5ccfa use $@ and $< in fasttree --- 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