Codebase list golang-github-weppos-publicsuffix-go / 791afb6e-09a6-4c35-88fb-64b4e3ab3161/upstream Makefile
791afb6e-09a6-4c35-88fb-64b4e3ab3161/upstream

Tree @791afb6e-09a6-4c35-88fb-64b4e3ab3161/upstream (Download .tar.gz)

Makefile @791afb6e-09a6-4c35-88fb-64b4e3ab3161/upstreamraw · history · blame

test:
	go test ./... -v

gen:
	go generate ./...

clean:
	rm publicsuffix/rules.*

get-deps:
	go get ./...