mirror of
https://github.com/wb2osz/direwolf
synced 2026-08-13 17:44:58 -04:00
8 lines
106 B
Text
8 lines
106 B
Text
|
|
#!/usr/bin/make -f
|
||
|
|
|
||
|
|
%:
|
||
|
|
dh $@ --parallel
|
||
|
|
|
||
|
|
override_dh_auto_configure:
|
||
|
|
dh_auto_configure -- -DFORCE_SSE=1
|