FreeCalypso > hg > ffs-data-bundle
comparison charging/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 | Makefile@a4edf5415c74 |
children |
comparison
equal
deleted
inserted
replaced
2:a4edf5415c74 | 3:e9c1f6d65654 |
---|---|
1 SUBDIR= c1xx pirelli | |
2 | |
3 all: ${SUBDIR} | |
4 | |
5 ${SUBDIR}: FRC | |
6 cd $@; ${MAKE} ${MFLAGS} | |
7 | |
8 clean: FRC | |
9 rm -f a.out core errs | |
10 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done | |
11 | |
12 install: FRC | |
13 for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} install); done | |
14 | |
15 FRC: |