7 lines
80 B
Plaintext
7 lines
80 B
Plaintext
|
#!/usr/bin/make -f
|
||
|
|
||
|
DEB_BUILD_OPTIONS=nocheck
|
||
|
|
||
|
%:
|
||
|
dh ${@} --build-system=meson
|