mirror of
https://github.com/dvorka/hstr.git
synced 2024-11-15 12:30:45 +08:00
12 lines
420 B
Bash
12 lines
420 B
Bash
|
#!/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
|