Directly calling git commands

This commit is contained in:
Marwolf
2018-07-14 20:43:31 -04:00
parent a24a402065
commit 6b5455576d
2 changed files with 6 additions and 15 deletions

View File

@@ -33,15 +33,6 @@ clone-windows-game:
clone-windows-wiki:
@git clone https://github.com/Open-RSC/Wiki.git Website/Wiki
pull-game:
@$(shell cd Game && git reset HEAD --hard && git pull)
pull-website:
@$(shell cd Website && git reset HEAD --hard && git pull)
pull-wiki:
@$(shell cd Website/Wiki && git reset HEAD --hard && git pull)
pull-game-windows:
@cd Game && git reset HEAD --hard && git pull