From cc3cd1cf0014a144ccae668195a159155b83326c Mon Sep 17 00:00:00 2001 From: emkael Date: Fri, 9 Oct 2020 00:21:02 +0200 Subject: pzbs-liga-ausbutler module with a make target --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index afb6e48..72b1396 100644 --- a/Makefile +++ b/Makefile @@ -15,4 +15,7 @@ butler: dumps FORCE python butler/butler.py 1 | mysql ${LIGA_MYSQL_CONNECTION_OPTS} python butler/butler.py 2 | mysql ${LIGA_MYSQL_CONNECTION_OPTS} +ausbutler: FORCE + ./ausbutler/ausbutler-all.sh + FORCE: -- cgit v1.2.3