Codebase list golang-github-weppos-publicsuffix-go / 45ad1a7e-b70f-44c7-b401-927f1b7fb323/upstream Makefile
45ad1a7e-b70f-44c7-b401-927f1b7fb323/upstream

Tree @45ad1a7e-b70f-44c7-b401-927f1b7fb323/upstream (Download .tar.gz)

Makefile @45ad1a7e-b70f-44c7-b401-927f1b7fb323/upstreamraw · history · blame

test:
	go test ./... -v

gen:
	go generate ./...

clean:
	rm publicsuffix/rules.*

get-deps:
	go get ./...