summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaphaël Barrois <raphael.barrois@polytechnique.org>2019-08-24 00:09:45 +0200
committerRaphaël Barrois <raphael.barrois@polytechnique.org>2019-08-26 21:34:44 +0200
commit47fc7229ba24de0610134cadcc61884c6097f4fe (patch)
tree0c11a021b2e982f514f440f6f556efcc2a1e0a4f
parentdbc2d7ec51cc2aec11367963f66989ad862b0d7f (diff)
downloadsemantic-version-47fc7229ba24de0610134cadcc61884c6097f4fe.tar.gz
Rename the 'setup' Makefile target.
Using `make update` is closer to common patterns than `make install-deps`; it is also suitable to update the local development environment.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 82cdada..c0f0523 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ clean:
@rm -rf tmp_test/
-install-deps:
+update:
pip install --upgrade pip setuptools
pip install --upgrade -r requirements_dev.txt
pip freeze