makefile: added generate packages
This commit is contained in:
parent
2b56500039
commit
33bec89cad
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
.PHONY: clean docs docs-clean docs-cleanup test test-clean test-only test-only-postgres test-only-mysql web-build
|
||||
.PHONY: clean docs docs-clean docs-cleanup test test-clean test-only test-only-postgres test-only-mysql web-build generate-pkgs
|
||||
|
||||
NODE_PATH=./node_modules
|
||||
WEBPACK=./node_binaries/webpack
|
||||
|
|
@ -51,3 +51,5 @@ docs-cleanup:
|
|||
web-build:
|
||||
NODE_PATH=$(NODE_PATH) $(GRUNT)
|
||||
|
||||
generate-pkgs:
|
||||
nix-shell pkgs/shell-generate.nix --command "pip2nix generate --licenses"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue