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