@ -0,0 +1,3 @@
#!/bin/bash
bear -- ./compile
@ -0,0 +1,8 @@
CC=clang
CFLAGS="-g -Isrc"
SRC="src/*.c"
OUT=tiny
(set -x ; $CC $CFLAGS $SRC -o $OUT)
The note is not visible to the blocked user.