give the mac OS build scripts a much needed update

This commit is contained in:
Felix Kauselmann
2017-04-10 20:13:53 +02:00
parent c700f54673
commit 7f6a248fe2
3 changed files with 41 additions and 34 deletions

View File

@ -10,5 +10,7 @@ cd ..
cd YACReaderLibrary
make clean
rm -R YACReaderLibrary.app
cd ..
cd YACReaderLibraryServer
rm -R YACReaderLibraryServer.app
cd ..