twitch-bot/Makefile
Knut Ahlers fc97d525f4
Add make targets for wiki updates
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-12-26 01:35:20 +01:00

8 lines
214 B
Makefile

default:
pull_wiki:
git subtree pull --prefix=wiki https://github.com/Luzifer/twitch-bot.wiki.git master --squash
push_wiki:
git subtree push --prefix=wiki https://github.com/Luzifer/twitch-bot.wiki.git master