cog/build_dependencies.sh

9 lines
84 B
Bash
Executable File

#!/bin/sh
cd Libraries
./build_libs.sh
cd ..
cd Preferences
./build_prefs.sh
cd ..