GOFILES:=$(shell find . -type f -name '*.go' -not -name '*_test.go')
default:test
.PHONY:runbuildtest
run:
go run *.go
go run $(GOFILES)
build:steem-block-db
steem-block-db: *.go
go build
test:
go test
clean:
rm steem-block-db
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.