view txlevels/Makefile @ 111:7bcbbba94c41

doc/Tx-cal-theory: update with properly calibrated CMU200 and cabling setup
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 13 Feb 2018 03:18:38 +0000
parents 5a7c174acd32
children 8054c1967c32
line wrap: on
line source

INSTDIR=/opt/freecalypso/rfcal/txlevels
FILES=	rf3166-fcdev3b-1800 rf3166-fcdev3b-1900 rf3166-fcdev3b-900 \
	rf3166-ideal-1800 rf3166-ideal-1900 rf3166-ideal-900

all:

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

clean: