FreeCalypso > hg > ffs-data-bundle
view aud-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 | e0c7fa6be0fc |
children |
line wrap: on
line source
BINFILES= handheld.cfg handheld.vol headset.cfg headset.vol INSTDIR= /opt/freecalypso/aud-pirelli all: ${BINFILES} handheld.cfg: handheld.src tiaud-compile $< $@ handheld.vol: Makefile tiaud-mkvol 150 $@ headset.cfg: headset.src tiaud-compile $< $@ headset.vol: Makefile tiaud-mkvol 150 $@ install: ${BINFILES} mkdir -p ${INSTDIR} install -c -m 644 ${BINFILES} ${INSTDIR} clean: rm -f *.cfg *.vol