@@ -0,0 +1,13 @@
BINARY=fo
PKG=git.gostacks.org/iwasforcedtobehere/fo/cmd/fo
.PHONY: build tidy clean
build:
go build -o $(BINARY) $(PKG)
clean:
rm -f $(BINARY)
tidy:
go mod tidy
The note is not visible to the blocked user.