mirror of
https://github.com/YACReader/yacreader
synced 2025-06-03 17:18:23 -04:00
Correcting errors in words and their meanings. Update the Russian language. Now look better.
18 lines
257 B
Bash
Executable File
18 lines
257 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rm -R *.app
|
|
rm -R YACReader-*
|
|
rm -R *.dmg
|
|
cd YACReader
|
|
make distclean
|
|
rm -R YACReader.app
|
|
cd ..
|
|
cd YACReaderLibrary
|
|
make distclean
|
|
rm -R YACReaderLibrary.app
|
|
cd ..
|
|
cd YACReaderLibraryServer
|
|
make distclean
|
|
rm -R YACReaderLibraryServer.app
|
|
cd ..
|