From c8bde4615ffb637f3a52b55793fb58355e12b68c Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 11 Jun 2020 19:55:46 -0700 Subject: makefile: dep not deps --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4d11300..7a55bd5 100644 --- a/Makefile +++ b/Makefile @@ -8,8 +8,8 @@ help: ## Print info about all commands @echo @grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf " \033[01;32m%-20s\033[0m %s\n", $$1, $$2}' -.PHONY: deps -deps: ## Create local virtualenv using pipenv +.PHONY: dep +dep: ## Create local virtualenv using pipenv pipenv install --dev .PHONY: test -- cgit v1.2.3