10 lines
124 B
Makefile
Executable File
10 lines
124 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
export LC_ALL=C.UTF-8
|
|
|
|
%:
|
|
dh ${@} --buildsystem cmake
|
|
|
|
override_dh_missing:
|
|
dh_missing --fail-missing
|