@@ -0,0 +1,8 @@
CC=gcc
CFLAGS=-I.
hello: main.c
$(CC) -o hb main.c
install: hello
install -m 744 hb /usr/local/bin
The note is not visible to the blocked user.