diff options
author | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2020-02-13 23:14:11 +0300 |
---|---|---|
committer | Alexander Kiryukhin <a.kiryukhin@mail.ru> | 2020-02-13 23:14:11 +0300 |
commit | ad0d4399b08121ff67a34f51b724763c25a11924 (patch) | |
tree | d4273a1ae204054494520eb0dd3e90827baf7ec3 | |
parent | 8c8602fb7e422d98fa6cf54bb1ef61581c5831b9 (diff) |
fix makefile
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |