FreeCalypso > hg > ffs-data-bundle
view aud-fcdev3b/Makefile @ 1:fa09662fe3e2
batteries, charging: import from fc-battery-conf repository
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 04 Apr 2022 07:56:53 +0000 |
parents | 6ef2edd7ab6d |
children |
line wrap: on
line source
BINFILES= spkr0.cfg spkr0.vol INSTDIR= /opt/freecalypso/aud-fcdev3b all: ${BINFILES} spkr0.cfg: spkr0.src tiaud-compile $< $@ spkr0.vol: Makefile tiaud-mkvol 150 $@ install: ${BINFILES} mkdir -p ${INSTDIR} install -c -m 644 ${BINFILES} ${INSTDIR} clean: rm -f *.cfg *.vol