mirror of
https://bitbucket.org/smil3y/katana.git
synced 2025-02-24 19:02:47 +00:00
9 lines
157 B
Makefile
Executable file
9 lines
157 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@ --parallel
|
|
|
|
override_dh_auto_configure:
|
|
dh_auto_configure -- -Wno-dev \
|
|
-DENABLE_TESTING=OFF \
|
|
-DSYSCONF_INSTALL_DIR=/etc
|