diff options
Diffstat (limited to 'binary_config/compile.sh')
-rwxr-xr-x | binary_config/compile.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binary_config/compile.sh b/binary_config/compile.sh new file mode 100755 index 0000000..229d6e7 --- /dev/null +++ b/binary_config/compile.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +echo 'Compiling..' +/usr/bin/g++ -Wall -pedantic -Werror binary_config.cpp -o binary_config -lreadline +echo 'Finished compiling' |