Complete Java Project template for running and creating Jar files for Java projects, with built-in fast-pixel blitting engine.
JavaProjectTemplate/scripts/clean.sh

4 lines
117 B

#Cleans up and removes unused files.
#Java
find . -type f -name *.class -delete
find . -type f -name manifest -delete