@ -0,0 +1,3 @@
#!/bin/bash
bear -- ./compile "$@"
@ -0,0 +1,9 @@
CC=clang
AR=ar
CFLAGS="-c -fPIC -Wall -Werror -pedantic -O3 -Iinclude -Ic-cpp-aliases"
SRC="src/cpath.c"
OUT=libcpath.a
(set -x ; $CC $CFLAGS $SRC ; $AR -r $OUT *.o ; rm *.o)
The note is not visible to the blocked user.