hamnet70/impl/make.sh

7 lines
49 B
Bash
Raw Normal View History

2021-10-17 19:25:42 +02:00
#!/bin/sh
mkdir -p build
cd build
cmake ..
make