7 lines
86 B
Makefile
Executable File
7 lines
86 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
include /usr/share/dpkg/default.mk
|
|
|
|
%:
|
|
dh $@ --buildsystem=cmake
|