view txlevels/Makefile @ 132:94e8a410d6bd

fc-rfcal-txcheck: pass PCL to tester (txpwr-cal-pcl)
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 20 Dec 2021 03:52:01 +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: