Show More
@@ -1,5 +1,5 b'' | |||||
1 |
|
1 | |||
2 | .PHONY: clean docs docs-clean docs-cleanup test test-clean test-only test-only-postgres test-only-mysql web-build |
|
2 | .PHONY: clean docs docs-clean docs-cleanup test test-clean test-only test-only-postgres test-only-mysql web-build generate-pkgs | |
3 |
|
3 | |||
4 | NODE_PATH=./node_modules |
|
4 | NODE_PATH=./node_modules | |
5 | WEBPACK=./node_binaries/webpack |
|
5 | WEBPACK=./node_binaries/webpack | |
@@ -51,3 +51,5 b' docs-cleanup:' | |||||
51 | web-build: |
|
51 | web-build: | |
52 | NODE_PATH=$(NODE_PATH) $(GRUNT) |
|
52 | NODE_PATH=$(NODE_PATH) $(GRUNT) | |
53 |
|
53 | |||
|
54 | generate-pkgs: | |||
|
55 | nix-shell pkgs/shell-generate.nix --command "pip2nix generate --licenses" |
General Comments 0
You need to be logged in to leave comments.
Login now