commit e8deac6ee60e9aa2e7eb437de909f7882f07fca3 (tree) parent 187997f2a08c726cc24020cc6e62aed89415e560 Author: Motiejus Jakštys <motiejus@jakstys.lt> Date: Sat, 13 Jan 2024 18:54:32 +0200 Makefile: gunicorn -> run-gunicorn Diffstat:
| M | Makefile | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile @@ -2,6 +2,6 @@ test: nix build .#e11sync-gunicorn.tests.simple -L -.PHONY: gunicorn -gunicorn: +.PHONY: run-gunicorn +run-gunicorn: nix run .#e11sync-gunicorn