view batteries/Makefile @ 5:e0c7fa6be0fc

aud-pirelli: copying official fw
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 05 Apr 2022 07:28:43 +0000
parents e9c1f6d65654
children
line wrap: on
line source

INSTDIR=/opt/freecalypso/batteries
FILES=	pirelli

all:

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

clean: