Add cleanup.sh

This commit is contained in:
Vinyl Darkscratch 2018-02-26 00:18:53 -08:00
parent 7a3af1f57b
commit 8e4dcce785

8
cleanup.sh Executable file
View file

@ -0,0 +1,8 @@
#!/bin/sh
rm -rf journal/mac/__pycache__
rm -rf build
rm -rf dist
rm -rf _______.app
rm -rf OneShot.app
make distclean