@@ -0,0 +1,9 @@
#!/bin/sh
LIB=""
echo make
if [[ "$1" == "debug" ]]; then
clang -o ./bin/shell ./src/main.c $LIB -Wall -g -fsanitize=address
else
clang -o ./bin/shell ./src/main.c $LIB
fi
The note is not visible to the blocked user.