view txlevels/Makefile @ 91:c3f9d10a3039

top Makefile: scripts added to SUBDIR
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 17 Jul 2017 06:12:53 +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: