1
Fork 0

Makefile: gunicorn -> run-gunicorn

This commit is contained in:
Motiejus Jakštys 2024-01-13 18:54:32 +02:00
parent 187997f2a0
commit e8deac6ee6
1 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,6 @@
test:
nix build .#e11sync-gunicorn.tests.simple -L
.PHONY: gunicorn
gunicorn:
.PHONY: run-gunicorn
run-gunicorn:
nix run .#e11sync-gunicorn