hstr/dist/clean.sh

12 lines
420 B
Bash
Raw Normal View History

2013-12-26 08:05:38 +08:00
#!/bin/bash
rm -vrf ../.git ../.settings ../Debug ../Release ../.cproject ../.project ../.gitignore
rm -vf *.*~ ../*.*~ ../src/*.*~
rm -rvf ../atom5te.cache
rm -vf ../man/Makefile ../man/Makefile.in
rm -vf ../src/Makefile ../src/Makefile.in ../src/hh ../src/*.o
rm -rvf ../src/.deps
rm -vf ../Makefile ../Makefile.in ../aclocal.m4 ../config.log ../config.status ../configure ../depcomp ../install-sh ../missing
# eof