# sfdupes is pure Go; disable cgo so builds never touch the host C
# toolchain.
export CGO_ENABLED=0
.PHONY:allbuildcheckclean
all:build
build:
go build
check:build
test -z "$$(gofmt -l .)"
go vet ./...
clean:
rm -f sfdupes files.dat
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.