mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-03-19 03:14:39 +01:00
6 lines
97 B
Plaintext
6 lines
97 B
Plaintext
|
|
#!/usr/bin/make -f
|
||
|
|
export PYBUILD_NAME=openwebrx
|
||
|
|
|
||
|
|
%:
|
||
|
|
dh $@ --with python3 --buildsystem=pybuild
|