Codebase list golang-github-weppos-publicsuffix-go / 36f5baf5-ad89-46c6-9d80-04e261010dfc/upstream Makefile
36f5baf5-ad89-46c6-9d80-04e261010dfc/upstream

Tree @36f5baf5-ad89-46c6-9d80-04e261010dfc/upstream (Download .tar.gz)

Makefile @36f5baf5-ad89-46c6-9d80-04e261010dfc/upstreamraw · history · blame

test:
	go test ./... -v

gen:
	go generate ./...

clean:
	rm publicsuffix/rules.*

get-deps:
	go get ./...