2
0
mirror of https://github.com/team2059/Zaphod synced 2025-01-07 22:14:14 -05:00
zaphod/build

5 lines
82 B
Plaintext
Raw Normal View History

#!/bin/bash
cd src
make && cp PPC603gnu/src/Debug/src.out ../bin/Zaphod.out
cd ..