changeset 1:25192a1bc0c3

aud-fcdev3b/Makefile: use installed tiaud-compile and tiaud-mkvol tools
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 19 Oct 2017 19:49:47 +0000
parents 0cd01cccc3a0
children 77dacb93fd25
files aud-fcdev3b/Makefile
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/aud-fcdev3b/Makefile	Thu Oct 19 19:47:55 2017 +0000
+++ b/aud-fcdev3b/Makefile	Thu Oct 19 19:49:47 2017 +0000
@@ -4,16 +4,16 @@
 all:	${BINFILES}
 
 mcsi.cfg:	mcsi.src
-	../tiaud/compile $< $@
+	tiaud-compile $< $@
 
 mcsi.vol:	Makefile
-	../tiaud/mkvol 150 $@
+	tiaud-mkvol 150 $@
 
 spkrmax.cfg:	spkrmax.src
-	../tiaud/compile $< $@
+	tiaud-compile $< $@
 
 spkrmax.vol:	Makefile
-	../tiaud/mkvol 200 $@
+	tiaud-mkvol 200 $@
 
 install:	${BINFILES}
 	mkdir -p ${INSTDIR}