mirror of
https://github.com/team2059/Zaphod
synced 2025-01-07 22:14:14 -05:00
5 lines
82 B
Plaintext
5 lines
82 B
Plaintext
|
#!/bin/bash
|
||
|
cd src
|
||
|
make && cp PPC603gnu/src/Debug/src.out ../bin/Zaphod.out
|
||
|
cd ..
|