mirror of
https://git.proxmox.com/git/proxmox-perl-rs
synced 2025-05-23 21:40:23 +00:00
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 $@
|