4 lines
265 B
Bash
Executable File
4 lines
265 B
Bash
Executable File
|
|
# This script removes bullshit generated and/or required by autotools; as well as object/binary files
|
|
rm -rf .deps autom4te.cache aclocal.m4 AUTHORS ChangeLog config.* configure depcomp INSTALL install-sh Makefile Makefile.in missing NEWS picasso *.exe *.o README
|