6 lines
97 B
Makefile
Executable File
6 lines
97 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
export PYBUILD_NAME=openwebrx
|
|
|
|
%:
|
|
dh $@ --with python3 --buildsystem=pybuild
|