forked from TrueCloudLab/certificates
11 lines
110 B
Makefile
Executable file
11 lines
110 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
override_dh_install-arch:
|
|
dh_install --arch
|
|
|
|
build:
|
|
make bootstrap
|
|
dh build
|
|
|
|
%:
|
|
dh $@
|