Files
Cnomicon/cbuild.sh
2021-01-22 10:16:20 -05:00

7 lines
53 B
Bash
Executable File

#!/bin/sh
mkdir -p build lib
cd build
cmake ..
make