check the correct directory for executables

master
Dan Bryant 2019-11-25 09:16:19 +00:00
parent f13544d34d
commit e999c0f4a4
3 changed files with 3 additions and 3 deletions

View File

@ -6,4 +6,4 @@ make
cp tsMuxer/tsmuxer ../bin/tsMuxeR
cd ..
rm -rf build
ls ../bin/tsMuxeR
ls ./bin/tsMuxeR

View File

@ -9,4 +9,4 @@ make
cp tsMuxer/tsmuxer.exe ../bin/tsMuxeR.exe
cd ..
rm -rf build
ls ../bin/tsMuxeR.exe
ls ./bin/tsMuxeR.exe

View File

@ -10,4 +10,4 @@ make
cp tsMuxer/tsmuxer ../bin/tsMuxeR
cd ..
rm -rf build
ls ../bin/tsMuxeR
ls ./bin/tsMuxeR