5 lines
162 B
Bash
5 lines
162 B
Bash
#! /bin/bash
|
|
VERBOSE=1 make clean
|
|
rm -rvf CMakeFiles
|
|
rm -vf CMakeCache.txt Makefile cmake_install.cmake install_manifest.txt *.user* *~ *cxx moc_* ui_* qrc_* *.o
|