Cmake_C_Project/install.sh
2025-02-19 16:17:08 +01:00

5 lines
43 B
Bash
Executable File

mkdir build
cd build
cmake .. --fresh
make