3 [ -f Makefile
] && make distclean
6 rm -f config.h.
in config.h
14 rm -f test
/pacman
/*.pyc
18 find . \
( -name 'Makefile' -o \
19 -name 'Makefile.in' -o \
20 -path '*/po/POTFILES' -o \
21 -path '*/po/stamp-po' -o \
22 -path '*/po/*.gmo' \
) -exec rm -f {} +