From ab67878f9a2cf8f3d27b1a7762ad96ce56941d22 Mon Sep 17 00:00:00 2001 From: Noah Swerhun Date: Thu, 23 Dec 2021 22:46:21 -0600 Subject: [PATCH] added link to git repo --- cbuild.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cbuild.sh b/cbuild.sh index 8444aa5..866f66c 100755 --- a/cbuild.sh +++ b/cbuild.sh @@ -2,6 +2,7 @@ # Written by Noah Swerhun # https://noahsw.xyz +# Development: https://git.noahsw.xyz/cbuild.sh/log.html # --- USER CONFIG --- CC="gcc"