mirror of
https://github.com/smallstep/certificates.git
synced 2024-10-31 03:20:16 +00:00
12 lines
110 B
Makefile
Executable File
12 lines
110 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
override_dh_install-arch:
|
|
dh_install --arch
|
|
|
|
build:
|
|
make bootstrap
|
|
dh build
|
|
|
|
%:
|
|
dh $@
|