mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-09 16:33:45 +00:00
5 lines
112 B
Makefile
Executable file
5 lines
112 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
export PYBUILD_NAME=openwebrx
|
|
|
|
%:
|
|
dh $@ --with python3 --buildsystem=pybuild --with systemd
|