yacreader/cleanOSX.sh
2017-04-10 20:13:53 +02:00

17 lines
234 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
cd ..
cd YACReaderLibraryServer
rm -R YACReaderLibraryServer.app
cd ..