aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2025-03-27 21:01:40 +0100
committerPaul Oliver <contact@pauloliver.dev>2025-04-02 21:02:38 +0200
commitf160176e2f5f5fcddf264203e3a74693e3775ac7 (patch)
tree20c1c4a86236ee86aa277d52b27ec82116a750bc /build.sh
InitialHEADmaster
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..9371f5a
--- /dev/null
+++ b/build.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+gcc -O3 miniclock.c -o miniclock