view txlevels/Makefile @ 100:7ad5836d3b87

fc-rfcal-vcxo: added check for final freq offset being within 70 Hz
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 11 Aug 2017 02:45:10 +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: