Files
creamlinux/build.sh
2022-04-16 22:19:55 +03:00

7 lines
70 B
Bash
Executable File

#!/bin/bash
mkdir build
cd build
cmake ..
make
cp ../package/* ./lib/