mirror of
https://bitbucket.org/smil3y/katana.git
synced 2025-02-24 10:52:48 +00:00
10 lines
177 B
Makefile
Executable file
10 lines
177 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
|
|
|
%:
|
|
dh $@ --parallel
|
|
|
|
override_dh_auto_configure:
|
|
dh_auto_configure -- -Wno-dev \
|
|
-DENABLE_TESTING=OFF
|