Skip to content

Commit d8b9d93

Browse files
authored
Update makefile
1 parent bf1d950 commit d8b9d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ else
99
endif
1010

1111
build:
12-
$(CXX) -DNDEBUG -fno-exceptions -fno-rtti -fopenmp -march=native -O3 -std=c++14 -o ./binarytrees_benchmark$(EXT) ./source/binarytrees.cpp
12+
$(CXX) -DNDEBUG -fno-exceptions -fno-rtti -fopenmp -march=native -O3 -std=c++14 -o ./binarytrees$(EXT) ./source/binarytrees.cpp

0 commit comments

Comments
 (0)