diff --git a/Makefile b/Makefile index 9fd891a1..01e52975 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,6 @@ PRETTIER_CFG = "$(CURDIR)/.prettierrc.yml" ### EXECUTABLES ############################### GO = go -DEP = dep GOLINT = golint GREP = grep NPM = npm @@ -58,7 +57,7 @@ build: $(BIN) PHONY += deps deps: - $(DEP) mod tidy + $(GO) mod tidy cd ./web && \ $(NPM) install @@ -127,4 +126,4 @@ help: @echo "" -.PHONY: $(PHONY) \ No newline at end of file +.PHONY: $(PHONY)