mirror of
https://github.com/armbian/automount.git
synced 2026-01-06 11:42:57 -08:00
9 lines
96 B
Makefile
Executable File
9 lines
96 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
export DH_VERBOSE = 1
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_builddeb:
|
|
dh_builddeb -- -Zxz
|