added author info
This commit is contained in:
parent
47a23d0198
commit
5bb894ce7b
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue