view txlevels/Makefile @ 123:7302bc0bdd18

txlevels: remove yesterday's out-of-linear-range profiles
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 14 Feb 2018 05:23:22 +0000
parents 8054c1967c32
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: