mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-09 19:18:22 +01:00
10 lines
220 B
Makefile
10 lines
220 B
Makefile
#!/usr/bin/make -f
|
|
|
|
# Uncomment this to turn on verbose mode.
|
|
export DH_VERBOSE=1
|
|
export DH_OPTIONS=-v
|
|
|
|
#export DH_COMPAT=7 # This is the debhelper compatability version to use, now defined into compat file
|
|
|
|
%:
|
|
dh $@
|