From ad0d4399b08121ff67a34f51b724763c25a11924 Mon Sep 17 00:00:00 2001 From: Alexander Kiryukhin Date: Thu, 13 Feb 2020 23:14:11 +0300 Subject: [PATCH] fix makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \