diff options
| author | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2020-06-21 23:01:57 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano.tronto@gmail.com> | 2020-06-21 23:01:57 +0200 |
| commit | 0e8d73bb3edcc8bdff6e3ded442b66f68265059a (patch) | |
| tree | 4f92deb9ace97e79332c0e7ce390b76b81aeaae9 /src/compile.sh | |
| parent | 4e359b44ce111b04cc4d2b28033fba4ab4e6e989 (diff) | |
| download | nissy-0e8d73bb3edcc8bdff6e3ded442b66f68265059a.tar.gz nissy-0e8d73bb3edcc8bdff6e3ded442b66f68265059a.zip | |
First push
Diffstat (limited to '')
| -rwxr-xr-x | src/compile.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compile.sh b/src/compile.sh new file mode 100755 index 0000000..49d655e --- /dev/null +++ b/src/compile.sh | |||
| @@ -0,0 +1 @@ | |||
| gcc -Wall -Wextra -O3 -std=c99 -o ../nissy -g *.c | |||
