view charging/pirelli/Makefile @ 6:cd0641c3611a

add README
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 06 Apr 2022 05:26:36 +0000
parents e9c1f6d65654
children
line wrap: on
line source

INSTDIR=/opt/freecalypso/charging/pirelli
FILES=	manual

all:

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

clean: