@@ -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
The note is not visible to the blocked user.