aboutsummaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2026-02-09 17:35:25 -0600
committericeyrazor <iceyrazor@mailfence.com>2026-02-09 17:35:25 -0600
commit5f08fd6e7794dcdfb74c93af16dfbc903458b0ea (patch)
treec10834b004e83afcde5228f9a9d0f9c91b29500e /make
parented16684cf50e2525072861cfd06e19ca4410b54f (diff)
split. better hostname
Diffstat (limited to 'make')
-rwxr-xr-xmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/make b/make
index 54d8b21..69155c3 100755
--- a/make
+++ b/make
@@ -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