yacreader/cleanOSX.sh
2016-03-25 11:30:31 +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 ..