diff options
author | Paul Oliver <contact@pauloliver.dev> | 2025-03-27 21:01:40 +0100 |
---|---|---|
committer | Paul Oliver <contact@pauloliver.dev> | 2025-04-02 21:02:38 +0200 |
commit | f160176e2f5f5fcddf264203e3a74693e3775ac7 (patch) | |
tree | 20c1c4a86236ee86aa277d52b27ec82116a750bc /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..9371f5a --- /dev/null +++ b/build.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +gcc -O3 miniclock.c -o miniclock |