view txlevels/Makefile @ 107:8205ce02eb44

txlevels/fcom1-1900: we are now able to get the full 30 dBm
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 13 Feb 2018 00:30:35 +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: