diff options
| author | stderr64 <stderr64@null.net> | 2024-10-24 23:04:43 +0300 |
|---|---|---|
| committer | stderr64 <stderr64@null.net> | 2024-10-24 23:04:43 +0300 |
| commit | ab607fc39b6dfc766f7481c33e5f1cf35a2f55d9 (patch) | |
| tree | 56317bc3756fa1439f748fda422996c526a76b14 /binary_config/compile.sh | |
| download | experiments-ab607fc39b6dfc766f7481c33e5f1cf35a2f55d9.tar.gz experiments-ab607fc39b6dfc766f7481c33e5f1cf35a2f55d9.tar.zst | |
Recreated repository
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' |
