Update cleanup script to remove Linux build

This commit is contained in:
Vinyl Darkscratch 2018-03-12 02:16:06 -07:00
parent f41dc6d9af
commit 7b8f260c46

View file

@ -5,4 +5,5 @@ rm -rf build
rm -rf dist rm -rf dist
rm -rf _______.app rm -rf _______.app
rm -rf OneShot.app rm -rf OneShot.app
rm -rf OneShot
make distclean make distclean