From 394433ff5e0aba301f2f26e03095079e0ca974ca Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Thu, 4 Jun 2020 14:14:56 -0700 Subject: fix 'dev' target in python makefile --- python/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/Makefile') diff --git a/python/Makefile b/python/Makefile index fd08a9d6..182bc739 100644 --- a/python/Makefile +++ b/python/Makefile @@ -21,4 +21,4 @@ test-cli: ## Run CLI commands. WARNING: may mutate local database .PHONY: dev dev: ## Run web service locally, with reloading - pipenv run ./fatcat_web.py --debug + pipenv run ./fatcat_webface.py --debug -- cgit v1.2.3