annotate charging/pirelli/Makefile @ 7:57f97e839441 default tip

aud-pirelli/headset.src: cosmetic fix (rm extra empty line)
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 27 Aug 2022 18:27:56 +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/charging/pirelli
e9c1f6d65654 make install support in batteries and charging subtrees
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2 FILES= manual
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: