aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorJasper2026-04-02 22:18:28 +0200
committerJasper2026-04-02 22:18:28 +0200
commit7b7bddf974e3e549ba1c4143a50857304be57733 (patch)
treef804cccfa37ddb1bd65dbc6368e3181c4dcd25fc /build.sh
Added READMEHEADmain
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh3
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