diff options
| author | Jasper | 2026-04-02 22:18:28 +0200 |
|---|---|---|
| committer | Jasper | 2026-04-02 22:18:28 +0200 |
| commit | 7b7bddf974e3e549ba1c4143a50857304be57733 (patch) | |
| tree | f804cccfa37ddb1bd65dbc6368e3181c4dcd25fc /build.sh | |
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..20907d7 --- /dev/null +++ b/build.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +gcc -g -Wall -Wextra main.c -o out/main |
