Skip to content

Commit ad9d179

Browse files
committed
Fix target filename
1 parent cab510d commit ad9d179

File tree

1 file changed

+1
-1
lines changed
  • tools/snippets/benchmark/cpp/boost

1 file changed

+1
-1
lines changed

tools/snippets/benchmark/cpp/boost/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ else
5050
endif
5151

5252
# List of C++ targets:
53-
cxx_targets := benchmark.boost.out
53+
cxx_targets := benchmark.out
5454

5555

5656
# TARGETS #

0 commit comments

Comments
 (0)