aboutsummaryrefslogtreecommitdiffstats
path: root/python/Makefile
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2020-06-04 14:14:56 -0700
committerBryan Newbold <bnewbold@robocracy.org>2020-06-04 14:14:56 -0700
commit394433ff5e0aba301f2f26e03095079e0ca974ca (patch)
treeaa49fab109a85e5b48cd767f054149a42afa89b8 /python/Makefile
parentcc6d9a4dfb366b9477f1fb4acd2fdfa742864a8e (diff)
downloadfatcat-394433ff5e0aba301f2f26e03095079e0ca974ca.tar.gz
fatcat-394433ff5e0aba301f2f26e03095079e0ca974ca.zip
fix 'dev' target in python makefile
Diffstat (limited to 'python/Makefile')
-rw-r--r--python/Makefile2
1 files changed, 1 insertions, 1 deletions
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