7 lines
128 B
Makefile
Executable file
7 lines
128 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh ${@} --builddirectory=build
|
|
|
|
override_dh_auto_build:
|
|
mkdir -p build && cd build && cmake .. && make
|