view txlevels/Makefile @ 102:80281b67511f

fc-rfcal-txband: fixed bug in the corner case when the target power level is above the highest basis point
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 12 Aug 2017 08:47:09 +0000
parents 0937d34fb3ba
children 5a7c174acd32
line wrap: on
line source

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

all:

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

clean: