added some terminal things, added debugging to buildfile

This commit is contained in:
2022-12-29 21:47:38 -04:00
parent a6c2cc7f61
commit 22df868ef8
4 changed files with 19 additions and 1 deletions

View File

@@ -2,4 +2,4 @@
set -xe
clang -Wall -Wextra -o zed main.c
clang -Wall -Wextra -ggdb -o zed main.c