@@ -0,0 +1,8 @@
.PHONY: clean build
build:
GOOS=linux go build -o fblook .
clean:
rm -rf fblook && go clean
The note is not visible to the blocked user.