diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-04-27 11:11:41 +0200 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-04-27 11:14:13 +0200 |
commit | c35efff9215570cb905d0ac3cd6cec274fa602a6 (patch) | |
tree | aee096c674297d87c7e123a30e96f87495e6024b /build.sh | |
parent | 85af2d80c35d060cc003302115c7a8975b545afe (diff) |
Added MIT License
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/build.sh b/build.sh deleted file mode 100755 index 7502034..0000000 --- a/build.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -gcc -ggdb -o errors errors.c |