summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index ec97db9..b7ac0f3 100644
--- a/makefile
+++ b/makefile
@@ -14,7 +14,7 @@ help:
.PHONY : install
install:
- python setup.py install
+ pip install .
.PHONY : deploy
deploy: