mirror of
https://github.com/AfonsoCMSousa/Thread-Master.git
synced 2026-05-14 00:18:38 +01:00
6 lines
92 B
Bash
Executable File
6 lines
92 B
Bash
Executable File
# This script builds the project
|
|
mkdir -p build
|
|
cd ./build
|
|
cmake ..
|
|
make
|
|
cp "example" ../bin |