view txlevels/Makefile @ 92:a8e5b4268cc5

doc/cableconf-example with proper commentary
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 17 Jul 2017 06:31:19 +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: