7 lines
119 B
Makefile
Executable File
7 lines
119 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
|
|
|
%:
|
|
dh $@ --buildsystem=meson --with autoreconf
|