mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-05-23 16:38:40 +00:00
12 lines
152 B
Makefile
Executable File
12 lines
152 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
# Uncomment this to turn on verbose mode.
|
|
#export DH_VERBOSE=1
|
|
|
|
%:
|
|
dh $@
|
|
|
|
.PHONY: override_dh_auto_build
|
|
override_dh_auto_build:
|
|
|