mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-31 13:50:36 +01:00
6 lines
112 B
Makefile
Executable file
6 lines
112 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
export PYBUILD_NAME=openwebrx
|
|
|
|
%:
|
|
dh $@ --with python3 --buildsystem=pybuild --with systemd
|