annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
e9c1f6d65654 make install support in batteries and charging subtrees
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1 INSTDIR=/opt/freecalypso/batteries
e9c1f6d65654 make install support in batteries and charging subtrees
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2 FILES= pirelli
e9c1f6d65654 make install support in batteries and charging subtrees
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3
e9c1f6d65654 make install support in batteries and charging subtrees
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
4 all:
e9c1f6d65654 make install support in batteries and charging subtrees
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
5
e9c1f6d65654 make install support in batteries and charging subtrees
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
6 install:
e9c1f6d65654 make install support in batteries and charging subtrees
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
7 mkdir -p ${INSTDIR}
e9c1f6d65654 make install support in batteries and charging subtrees
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
8 install -c -m 644 ${FILES} ${INSTDIR}
e9c1f6d65654 make install support in batteries and charging subtrees
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
9
e9c1f6d65654 make install support in batteries and charging subtrees
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
10 clean: