summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e1f0e3e..8f1615f 100644
--- a/Makefile
+++ b/Makefile
@@ -9,9 +9,14 @@ autocommit: pull
players: FORCE
./dumps/import-players.sh
+teams: players FORCE
+ ./dumps/check-all-teams.sh
+
paid: players FORCE
./dumps/check-all-paid.sh
+player-checks: paid teams
+
dumps: FORCE
s3cmd -c dumps/.s3config sync ${LIGA_S3_BUCKET} dumps/sync/
./dumps/load-dumps.sh