mirror of
https://github.com/encounter/picasso.git
synced 2026-03-30 11:35:14 -07:00
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
|