view txlevels/Makefile @ 133:c99b1dce04ec default tip

fc-rfcal-txcheck: check and report ramp tolerance
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 20 Dec 2021 04:22:19 +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: