@@ -1,6 +1,9 @@
CFLAGS=-Wall -g
all: fake
all: fake gofake
gofake:
go build -o gofake fake.go
clean:
rm -f fake
rm -f fake gofake
The note is not visible to the blocked user.