diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2020-07-20 10:22:28 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2020-07-20 10:22:28 +0200 |
| commit | 40352f018b29e8aea9a804dd1240ea8374c39db8 (patch) | |
| tree | eed21b2f8b5b8f976261ab804e357218f69105c7 /compile.sh | |
| parent | e1ebff51092baf5581b728baec05c52c4bb3445e (diff) | |
| download | nissy-40352f018b29e8aea9a804dd1240ea8374c39db8.tar.gz nissy-40352f018b29e8aea9a804dd1240ea8374c39db8.zip | |
Added more scramble options, scramble doc
Diffstat (limited to '')
| -rwxr-xr-x | compile.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compile.sh b/compile.sh new file mode 100755 index 0000000..4e14a0b --- /dev/null +++ b/compile.sh | |||
| @@ -0,0 +1 @@ | |||
| gcc -Wall -Wextra -O3 -std=c99 -o nissy -g ./src/*.c | |||
