mirror of
https://git.proxmox.com/git/proxmox-perl-rs
synced 2025-05-24 17:27:08 +00:00
8 lines
78 B
Makefile
Executable File
8 lines
78 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
#export DH_VERBOSE=1
|
|
export BUILD_MODE=release
|
|
|
|
%:
|
|
dh $@
|