Files
advanced_C_standard_library/build_and_run.sh

6 lines
53 B
Bash
Executable File

#!/bin/sh
rm -rf build
cmake .
make
./build/test.out