@ -0,0 +1,3 @@
#!/bin/bash
bear -- ./compile
@ -0,0 +1,9 @@
CC=clang
CFLAGS="-g -Wall -Werror "
XORSHIFT_SRC="xorshift.c ppm.c"
XORSHIFT_OUT=xorshift
(set -x ; $CC $CFLAGS $XORSHIFT_SRC -o $XORSHIFT_OUT)
The note is not visible to the blocked user.