comparison charging/c1xx/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
comparison
equal deleted inserted replaced
2:a4edf5415c74 3:e9c1f6d65654
1 INSTDIR=/opt/freecalypso/charging/c1xx
2 FILES= standard
3
4 all:
5
6 install:
7 mkdir -p ${INSTDIR}
8 install -c -m 644 ${FILES} ${INSTDIR}
9
10 clean: