9 lines
95 B
Bash
Executable File
9 lines
95 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
./irrlicht.sh
|
|
./freetype.sh
|
|
./openal.sh
|
|
|
|
echo
|
|
echo "All libraries were built!"
|