git-svn-id: svn://db.shs.com.ru/libs@1 a8b55f48-bf90-11e4-a774-851b48703e85
5 lines
170 B
Bash
5 lines
170 B
Bash
#! /bin/bash
|
|
VERBOSE=1 make clean
|
|
rm -rvf ./CMakeFiles
|
|
rm -vf ./CMakeCache.txt ./Makefile ./cmake_install.cmake ./install_manifest.txt ./*cxx ./moc_* ./*~ ./*.o ./ui_*.h
|