From 2d14d3060328ba3d1b3d7ee046d405516b7e7a45 Mon Sep 17 00:00:00 2001 From: bouncepaw Date: Fri, 26 Feb 2021 21:45:52 +0500 Subject: [PATCH] Rename Makefile targets --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f1d598f..0b9db7e 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ run: build ./mycorrhiza metarrhiza -run_with_fixed_auth: build +auth_run: build ./mycorrhiza -auth-method fixed metarrhiza -run_with_gemini: build +gemini_run: build ./mycorrhiza -gemini-cert-path "." metarrhiza build: