8 lines
138 B
Bash
Executable File
8 lines
138 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cmake --build cmake-build-debug/
|
|
cd cmake-build-debug/
|
|
#valgrind --leak-check=yes ./bitasicmon
|
|
strip bitasicmon
|
|
./bitasicmon
|