Codebase list golang-github-weppos-publicsuffix-go / c8caa414-e8fa-4712-b658-1aa78c96c191/upstream Makefile
c8caa414-e8fa-4712-b658-1aa78c96c191/upstream

Tree @c8caa414-e8fa-4712-b658-1aa78c96c191/upstream (Download .tar.gz)

Makefile @c8caa414-e8fa-4712-b658-1aa78c96c191/upstreamraw · history · blame

test:
	go test ./... -v

gen:
	go generate ./...

clean:
	rm publicsuffix/rules.*

get-deps:
	go get ./...