mkxp-sunshine/cleanup.sh
Pera Pisar 28face2167 Linux changes (#62)
* Added RPATH to executable; lowercased name; fixed MRIVERSION option; made it look like an actual executable

* Silencing some compiler warnings

* Getting rid of journal binding header, fixing bugs with the Niko binding and synchronizing the two

* Journal update to fix several bugs

* Fix libpng warning by running mogrify on shrimp.png

* Improved automation of the Linux build

* Improved some aspects of wallpaper handling

* Bump default Ruby version to 2.5
2019-04-21 03:50:20 -07:00

33 lines
590 B
Bash
Executable file

#!/bin/sh
rm -rf journal/mac/__pycache__
rm -rf steamshim_parent/build
rm -rf steamshim_parent/CMakeFiles
rm -rf steamshim_parent/CMakeCache.txt
rm -rf build
rm -rf bin
rm -rf lib
rm -rf dist
rm -rf x64
rm -rf *.sln
rm -rf *.vcxproj
rm -rf *.vcxproj.filters
rm -rf *.user
rm -rf _______.app
rm -rf OneShot.app
rm -rf oneshot
rm -rf conanbuildinfo.cmake
rm -rf CMakeFiles
rm -rf cmake_install.cmake
rm -rf CMakeCache.txt
rm -rf conanbuildinfo.txt
rm -rf conaninfo.txt
rm -rf conan_imports_manifest.txt
rm -rf *.xxd
rm -rf *.dir
if [ -f .qmake.stash ]
then
make distclean
else
echo ""
fi