Distclean instead of clean.

This commit is contained in:
Felix Kauselmann 2017-04-16 11:18:31 +02:00
parent ad67568903
commit 74bc5fb116

View File

@ -4,13 +4,14 @@ rm -R *.app
rm -R YACReader-*
rm -R *.dmg
cd YACReader
make clean
make distclean
rm -R YACReader.app
cd ..
cd YACReaderLibrary
make clean
make distclean
rm -R YACReaderLibrary.app
cd ..
cd YACReaderLibraryServer
make distclean
rm -R YACReaderLibraryServer.app
cd ..