diff options
| author | iceyrazor <iceyrazor@mailfence.com> | 2026-02-09 17:35:25 -0600 |
|---|---|---|
| committer | iceyrazor <iceyrazor@mailfence.com> | 2026-02-09 17:35:25 -0600 |
| commit | 5f08fd6e7794dcdfb74c93af16dfbc903458b0ea (patch) | |
| tree | c10834b004e83afcde5228f9a9d0f9c91b29500e /make | |
| parent | ed16684cf50e2525072861cfd06e19ca4410b54f (diff) | |
split. better hostname
Diffstat (limited to 'make')
| -rwxr-xr-x | make | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
