1
0
Fork 0
mirror of https://github.com/Luzifer/twitch-bot.git synced 2025-03-16 19:55:59 +00:00
twitch-bot/Makefile

8 lines
214 B
Makefile
Raw Normal View History

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