view txlevels/Makefile @ 119:8054c1967c32

txlevels: OM-like profile set named just rf3166
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 14 Feb 2018 02:18:20 +0000
parents 5a7c174acd32
children 105e3a60edb8
line wrap: on
line source

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

all:

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

clean: