@ -0,0 +1,3 @@
#!/bin/bash
bear -- ./compile $@
@ -0,0 +1,11 @@
CC=clang
CFLAGS="-g -Wall -Werror -pedantic -fsanitize=address -fsanitize=undefined"
INCLUDES="-Isrc"
SRC="\
./src/*.c \
"
OUT=tiffread
( set -x ; $CC $CFLAGS $INCLUDES $SRC -o $OUT )
The note is not visible to the blocked user.