8 lines
130 B
Makefile
8 lines
130 B
Makefile
|
default:
|
||
|
just --list
|
||
|
|
||
|
#Instatiate .conf file on radio
|
||
|
write-to-radio conf-file="device.conf":
|
||
|
dmrconfig -c {{conf-file}}
|
||
|
|