view 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 a4edf5415c74
children e1878231dbcd
line wrap: on
line source

SUBDIR=	aud-caramel aud-fcdev3b batteries charging

all:	${SUBDIR}

${SUBDIR}: FRC
	cd $@; ${MAKE} ${MFLAGS}

clean: FRC
	rm -f a.out core errs
	for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} clean); done

install: FRC
	for i in ${SUBDIR}; do (cd $$i; ${MAKE} ${MFLAGS} install); done

FRC: