cloudflare/cfssl_trust

Public

mirrored fromhttps://github.com/cloudflare/cfssl_trustAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
trust-store-2026.2.0

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

debian/rules

10lines · modecode

1#!/usr/bin/make -f
2
3export DH_OPTIONS
4export DH_GOPKG := github.com/cloudflare/cfssl_trust/cmd/cfssl-trust
5
6%:
7 # go get github.com/Masterminds/glide
8 # glide i
9 dh $@ --buildsystem=golang --with=golang
10
11