kiss-mfavila-large/testing/allegro/build
2021-05-09 03:10:08 -03:00

11 lines
150 B
Bash
Executable File

#!/bin/sh -e
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ../
make
make addons
make DESTDIR="$1" install
make DESTDIR="$1" addons install