mirror of
https://github.com/dvorka/hstr.git
synced 2024-11-15 04:21:43 +08:00
12 lines
No EOL
420 B
Bash
Executable file
12 lines
No EOL
420 B
Bash
Executable file
#!/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 |