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