mirror of
https://github.com/team2059/Zaphod
synced 2025-01-17 22:19:21 -05:00
5 lines
82 B
Bash
Executable File
5 lines
82 B
Bash
Executable File
#!/bin/bash
|
|
cd src
|
|
make && cp PPC603gnu/src/Debug/src.out ../bin/Zaphod.out
|
|
cd ..
|