10 lines
147 B
Makefile
Executable File
10 lines
147 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@ --buildsystem=cmake
|
|
|
|
override_dh_fixperms:
|
|
dh_fixperms
|
|
find debian -name asan-wrapper -print0 | xargs -0 chmod +x
|
|
|