From 5bb894ce7bccca90eda72edc7cf87fda2fa5854b Mon Sep 17 00:00:00 2001 From: Noah Swerhun Date: Thu, 23 Dec 2021 22:42:11 -0600 Subject: [PATCH] added author info --- cbuild.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cbuild.sh b/cbuild.sh index 8b863e2..8444aa5 100755 --- a/cbuild.sh +++ b/cbuild.sh @@ -1,5 +1,8 @@ #!/bin/sh +# Written by Noah Swerhun +# https://noahsw.xyz + # --- USER CONFIG --- CC="gcc" CFLAGS="-Wall -Wpedantic -std=c99"