mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2024-11-24 18:16:57 +01:00
7 lines
69 B
Plaintext
7 lines
69 B
Plaintext
|
#!/usr/bin/make -f
|
||
|
# -*- makefile -*-
|
||
|
|
||
|
export DH_VERBOSE=1
|
||
|
|
||
|
%:
|
||
|
dh $@
|