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