summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2024-02-22 16:57:33 +0100
committeremkael <emkael@tlen.pl>2024-02-22 16:57:33 +0100
commit67d70917ab612acf10c18505d6423e2483249ae5 (patch)
tree3761a7f5d38df354ef098b76b1a4b337e5efdc4c /Makefile
parent1a2c6c59f8e2b795c878a748027b87789861116e (diff)
Disabling RR prechecks, only enabling checks configured in JSON
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 45e59f1..ef2c7ed 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ pull:
autocommit: pull
@cd http && git diff --quiet || (date && git gc --quiet && git add . && git commit -m 'Autocommit' && GIT_SSH_COMMAND="ssh ${LIGA_SSH_OPTS}" git push -q)
-preseason: FORCE
+prechecks: FORCE
@cd preseason && ./check-all.sh
players: FORCE