FreeCalypso > hg > fc-audio-config
view aud-minimal/Makefile @ 12:b57c380d78e7
aud-fcdev3b/README: explanation of new vs. historical configs
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 09 Oct 2021 04:26:59 +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