view txlevels/Makefile @ 115:1e49bb52b07e

fc-rfcal-txband: set calchan indices in the levels table
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 13 Feb 2018 05:17:13 +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: