diff --git a/Makefile b/Makefile index 5b2d3a239..39c39f55c 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,6 @@ DIRS= $(BIN) # List of binaries to build. CMDS = $(notdir $(basename $(wildcard cmd/*))) -CMS = $(addprefix $(BIN)/, $(CMDS)) BINS = $(addprefix $(BIN)/, $(CMDS)) .PHONY: help all dep clean fmts fmt imports test lint docker/lint