FreeCalypso > hg > fc-audio-config
view aud-minimal/Makefile @ 13:39efa8203dfe
README: minimum required version of FC host tools is now r16
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 09 Oct 2021 04:37:28 +0000 |
parents | 677abb56abac |
children |
line wrap: on
line source
BINFILES= handheld.cfg handheld.vol INSTDIR= /opt/freecalypso/aud-minimal all: ${BINFILES} handheld.cfg: handheld.src tiaud-compile $< $@ handheld.vol: Makefile tiaud-mkvol 150 $@ install: ${BINFILES} mkdir -p ${INSTDIR} install -c -m 644 ${BINFILES} ${INSTDIR} clean: rm -f *.cfg *.vol