view txlevels/Makefile @ 129:6cccdafcd64d

fc-cmu200d RF analyzer: implement command to set template PCL
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 20 Dec 2021 02:24:55 +0000
parents 105e3a60edb8
children
line wrap: on
line source

INSTDIR=/opt/freecalypso/rfcal/txlevels
FILES=	rf3166-850 rf3166-900 rf3166-1800 rf3166-1900

all:

install:
	mkdir -p ${INSTDIR}
	install -c -m 644 ${FILES} ${INSTDIR}

clean: