3 lines
68 B
Bash
Executable File
3 lines
68 B
Bash
Executable File
#!/bin/bash
|
|
mkdir -p build && cd build && cmake .. && make analysis
|