6 lines
85 B
Makefile
Executable File
6 lines
85 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@ --buildsystem=cmake --builddirectory=build --parallel
|
|
|