mirror of
https://github.com/smallstep/certificates.git
synced 2024-11-03 23:15:28 +00:00
11 lines
94 B
Plaintext
11 lines
94 B
Plaintext
|
#!/usr/bin/make -f
|
||
|
|
||
|
override_dh_install-arch:
|
||
|
dh_install --arch
|
||
|
|
||
|
build:
|
||
|
dh build
|
||
|
|
||
|
%:
|
||
|
dh $@
|