FreeCalypso > hg > ffs-data-bundle
view charging/pirelli/Makefile @ 3:e9c1f6d65654
make install support in batteries and charging subtrees
modeled after fc-rfcal-tools/txlevels
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Mon, 04 Apr 2022 18:15:52 +0000 |
| parents | |
| 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:
