@@ -0,0 +1,12 @@
#
# must be run with gnu make
CC = gcc
funcs.o: funcs.c funcs.h Makefile
gcc -Wall -c $<
fake-values: fake-values.c funcs.o Makefile
gcc -Wall $< funcs.o -o $@
The note is not visible to the blocked user.