Added pull choices
This commit is contained in:
9
Makefile
9
Makefile
@@ -29,6 +29,15 @@ clone-windows-game:
|
||||
clone-windows-wiki:
|
||||
@git clone https://github.com/Open-RSC/Wiki.git Website/Wiki
|
||||
|
||||
pull-game:
|
||||
@cd Game && git pull
|
||||
|
||||
pull-website:
|
||||
@cd Website && git pull
|
||||
|
||||
pull-wiki:
|
||||
@cd Website/Wiki && git pull
|
||||
|
||||
pull-game-windows:
|
||||
@cd Game && git reset HEAD --hard && git pull
|
||||
|
||||
|
||||
Reference in New Issue
Block a user