Thread-Master/build.sh
AfonsoCMSousa d0eb9ef193 Enhance thread management and build script
- Added check for thread worker in thread_master_init to provide informative error message.
- Updated main function to properly assign jobs to the thread worker.
- Modified build script to create a bin directory if it doesn't exist.
2025-03-18 19:11:54 +00:00

7 lines
105 B
Bash
Executable File

# This script builds the project
mkdir -p build
mkdir -p bin
cd ./build
cmake ..
make
cp "example" ../bin