mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-12 18:32:10 +02:00
8 lines
176 B
Makefile
8 lines
176 B
Makefile
|
|
#!/usr/bin/make -f
|
||
|
|
|
||
|
|
%:
|
||
|
|
dh $@ --buildsystem=cmake+ninja
|
||
|
|
|
||
|
|
override_dh_ctest_configure:
|
||
|
|
dh_ctest_configure -- -DSET_TWEAK=OFF -DBUILD_TESTS=ON -DCMAKE_BUILD_TYPE=RelWithDebInfo
|