diff options
author | emkael <emkael@tlen.pl> | 2020-10-09 00:21:02 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2020-10-09 00:21:02 +0200 |
commit | cc3cd1cf0014a144ccae668195a159155b83326c (patch) | |
tree | 0da5f83e287cacf182acec34493337c7eb2fa698 /Makefile | |
parent | 98a458b8b72071e34de3dfd1e894fd98363fb268 (diff) |
pzbs-liga-ausbutler module with a make target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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: |