split. better hostname

This commit is contained in:
2026-02-09 17:35:25 -06:00
parent ed16684cf5
commit 5f08fd6e77
5 changed files with 258 additions and 202 deletions

2
make
View File

@@ -1,7 +1,7 @@
#!/bin/sh
LIB=""
echo make
printf -- "\n\nmake\n"
if [[ "$1" == "debug" ]]; then
clang -o ./bin/shell ./src/main.c $LIB -Wall -g -fsanitize=address
else