view txlevels/Makefile @ 109:5a7c174acd32

txlevels: rf3166-ideal and rf3166-fcdev3b profiles
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 13 Feb 2018 01:11:41 +0000
parents 0937d34fb3ba
children 8054c1967c32
line wrap: on
line source

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

all:

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

clean: