mirror of
https://github.com/badvision/lawless-legends.git
synced 2024-11-18 23:07:53 +00:00
6 lines
209 B
Bash
Executable File
6 lines
209 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cd /Users/mhaye/plat/tools/ProRWTS && make && \
|
|
cd /Users/mhaye/plat/tools/PLASMA/src && make vm && \
|
|
cd /Users/mhaye/plat/tools/PackPartitions && rm -f dist/PackPartitions.jar && ant jar
|