@@ -1 +1,2 @@
hello
*.o
@@ -0,0 +1,12 @@
ALL: hello
hello.o: hello.c
gcc -Wall -c hello.c
hello: hello.o
gcc -o hello hello.o
clean:
rm -f hello.o hello
.PHONY: clean
The note is not visible to the blocked user.