6 lines
42 B
Bash
Executable File
6 lines
42 B
Bash
Executable File
#!/bin/sh
|
|
rm -rf build
|
|
cmake .
|
|
make
|
|
./acl
|