From 30a408c22b026b8b1f39530e15eef787d2c4cd4c Mon Sep 17 00:00:00 2001 From: emkael Date: Fri, 3 Sep 2021 12:40:29 +0200 Subject: Disambiguity in make prefixes to aid autocompletion --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 907f087..0de39f8 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ paid: players FORCE lineups: FORCE ./dumps/check-all-lineups.sh -player-checks: paid teams lineups +checks: paid teams lineups dumps: FORCE s3cmd -c dumps/.s3config sync ${LIGA_S3_BUCKET} dumps/sync/ @@ -33,7 +33,7 @@ butler: FORCE ausbutler: FORCE ./ausbutler/ausbutler-all.sh -playoff: FORCE +brackets: FORCE ./playoff/scripts/generate.sh ./playoff/scripts/sync.sh -- cgit v1.2.3