From 0f8b248259b4b57e425f7420883cb141565b2b22 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 29 Jun 2020 16:28:11 -0700 Subject: makefile: deps -> dep --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 428b0a6..8ec51ad 100644 --- a/Makefile +++ b/Makefile @@ -8,8 +8,8 @@ help: ## Print info about all commands @echo @grep -E '^[a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf " \033[01;32m%-20s\033[0m %s\n", $$1, $$2}' -.PHONY: deps -deps: ## Install dependencies using pipenv +.PHONY: dep +dep: ## Install dependencies using pipenv pipenv install --dev .PHONY: lint -- cgit v1.2.3