audio: automated code cleanup

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This commit is contained in:
Ian Leonard 2024-04-14 21:14:26 -04:00
parent b29791a9bf
commit b90309f69d

View File

@ -17,7 +17,7 @@ make_host() {
(cd dictsource; ln -s ../../dictsource/* .)
(cd phsource; ln -s ../../phsource/* .)
cp -aP ../espeak-ng-data .
make DESTDIR=`pwd` -j1
make DESTDIR=$(pwd) -j1
}
make_target() {