Codebase list golang-github-weppos-publicsuffix-go / a2aa93bc-757e-4e2a-a652-8207d28caf28/upstream Makefile
a2aa93bc-757e-4e2a-a652-8207d28caf28/upstream

Tree @a2aa93bc-757e-4e2a-a652-8207d28caf28/upstream (Download .tar.gz)

Makefile @a2aa93bc-757e-4e2a-a652-8207d28caf28/upstreamraw · history · blame

test:
	go test ./... -v

gen:
	go generate ./...

clean:
	rm publicsuffix/rules.*

get-deps:
	go get ./...