From e8deac6ee60e9aa2e7eb437de909f7882f07fca3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sat, 13 Jan 2024 18:54:32 +0200 Subject: [PATCH] Makefile: gunicorn -> run-gunicorn --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 05e183a..48f9792 100644 --- 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