diff options
author | emkael <emkael@tlen.pl> | 2021-09-03 12:40:29 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2021-09-03 12:40:29 +0200 |
commit | 30a408c22b026b8b1f39530e15eef787d2c4cd4c (patch) | |
tree | 3f53a5de144218f4b67ca1793a5314033197605c | |
parent | 25e2c19884fb952c4b37b2657c51d3fc7c210a8b (diff) |
Disambiguity in make prefixes to aid autocompletion
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |