Added reference for Mac

This commit is contained in:
Marwolf
2018-07-14 15:20:12 -04:00
parent 44fbac1262
commit a795e6b75b
9 changed files with 6 additions and 6 deletions

View File

@@ -0,0 +1,12 @@
#!/bin/bash
sudo make pull
#Compile
sudo Ant/bin/ant -f Game/client/build.xml compile
sudo Ant/bin/ant -f Game/server/build.xml compile
#Client
Ant/bin/ant -f Game/client/build.xml runclient &
#Server
Ant/bin/ant -f Game/server/build.xml runserver