# HG changeset patch # User Marcin Kuzminski # Date 2019-02-04 22:42:19 # Node ID c39b8250ce0c7c9e26a62eb042694d55281844c4 # Parent 636aa286a85b43ef8c88be019eb7a2eb6bee69d9 makefile: added generate packages diff --git a/Makefile b/Makefile --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -.PHONY: clean test test-clean test-only +.PHONY: clean test test-clean test-only generate-pkgs clean: @@ -16,3 +16,6 @@ test-clean: test-only: PYTHONHASHSEED=random py.test -vv -r xw -p no:sugar --cov=vcsserver --cov-report=term-missing --cov-report=html vcsserver + +generate-pkgs: + nix-shell pkgs/shell-generate.nix --command "pip2nix generate --licenses"