aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Kiryukhin <a.kiryukhin@mail.ru>2020-02-13 23:14:11 +0300
committerAlexander Kiryukhin <a.kiryukhin@mail.ru>2020-02-13 23:14:11 +0300
commitad0d4399b08121ff67a34f51b724763c25a11924 (patch)
treed4273a1ae204054494520eb0dd3e90827baf7ec3
parent8c8602fb7e422d98fa6cf54bb1ef61581c5831b9 (diff)
fix makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e57bf85..143dc1d 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ BENCH_FLAGS ?= -cpuprofile=cpu.pprof -memprofile=mem.pprof -benchmem
# Directories containing independent Go modules.
#
# We track coverage only for the main module.
-MODULE_DIRS = . ./benchmarks
+MODULE_DIRS = .
# Many Go tools take file globs or directories as arguments instead of packages.
GO_FILES := $(shell \