summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorrsiddharth <rsd@gnu.org>2016-03-05 22:52:47 -0500
committerrsiddharth <rsd@gnu.org>2016-03-05 22:52:47 -0500
commit5881a8934aab8c23089e8fd160007c31c38c402d (patch)
treee1cb5a0eb726fe8106626001e93393565c988151 /Makefile
parent0b665043bffe43d52221f76f093be08873505eb1 (diff)
Makefile: added `dev-packages` target.
This target installs packages that is needed for hacking lpschedule_generator.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e38cf27..defbe7f 100644
--- a/Makefile
+++ b/Makefile
@@ -45,4 +45,9 @@ clean-venv:
@rm -rf local/
@rm -rf man/
+dev-packages:
+ @pip install nose mock restructuredtext_lint
+ @pip install wheel twine
+
.PHONY: dist clean-build upload build-dist egg clean-pyc clean-venv
+.PHONY: dev-packages