fix makefile

This commit is contained in:
Alexander Kiryukhin 2020-02-13 23:14:11 +03:00
parent 8c8602fb7e
commit ad0d4399b0

View file

@ -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 \