mirror of https://github.com/wb2osz/direwolf.git
8 lines
106 B
Plaintext
8 lines
106 B
Plaintext
|
#!/usr/bin/make -f
|
||
|
|
||
|
%:
|
||
|
dh $@ --parallel
|
||
|
|
||
|
override_dh_auto_configure:
|
||
|
dh_auto_configure -- -DFORCE_SSE=1
|