1ae868ad78
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
9 lines
113 B
Makefile
Executable File
9 lines
113 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
#export DH_VERBOSE=1
|
|
export BUILD_MODE=release
|
|
export RUSTFLAGS=-C prefer-dynamic
|
|
|
|
%:
|
|
dh $@
|