aboutsummaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
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