summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorkartofen <mladenovnasko0@gmail.com>2023-03-09 07:29:38 +0200
committerkartofen <mladenovnasko0@gmail.com>2023-03-09 07:29:38 +0200
commit047cf6811cb7c5b5f46f7357eeffb8e41a0c3b45 (patch)
tree80a2f6c15aa8371badbe0884236a5880f5675a1c /build.sh
a
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/build.sh b/build.sh
new file mode 100755
index 0000000..06058c0
--- /dev/null
+++ b/build.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+set -xe
+
+gcc -o main main.c -Wall -Wextra -pedantic -g