8 lines
122 B
Makefile
8 lines
122 B
Makefile
.PHONY: check
|
|
test:
|
|
nix build .#e11sync-gunicorn.tests.simple -L
|
|
|
|
.PHONY: gunicorn
|
|
gunicorn:
|
|
nix run .#e11sync-gunicorn
|