yacreader/cleanOSX.sh
Luis Ángel San Martín 66266bc326 fixed osx build for 8.5.0
2016-02-18 18:23:41 +01:00

15 lines
202 B
Bash
Executable File

#!/bin/bash
rm -R *.app
rm -R YACReader-*
rm -R *.dmg
cd YACReader
make clean
rm -R YACReader.app
cd ..
cd YACReaderLibrary
make clean
rm -R YACReaderLibrary.app
rm -R YACReaderLibraryServer.app
cd ..