added author info

This commit is contained in:
Noah Swerhun 2021-12-23 22:42:11 -06:00
parent 47a23d0198
commit 5bb894ce7b

View file

@ -1,5 +1,8 @@
#!/bin/sh #!/bin/sh
# Written by Noah Swerhun
# https://noahsw.xyz
# --- USER CONFIG --- # --- USER CONFIG ---
CC="gcc" CC="gcc"
CFLAGS="-Wall -Wpedantic -std=c99" CFLAGS="-Wall -Wpedantic -std=c99"