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