This allow compile check event for CONNECT and use EVENT as CONNECT target, also raise event now is simple execute EVENT function.
8 lines
315 B
Bash
Executable File
8 lines
315 B
Bash
Executable File
#! /bin/sh
|
|
VERBOSE=1 make clean
|
|
rm -rvf ./CMakeFiles
|
|
rm -vf ./CMakeCache.txt ./Makefile ./cmake_install.cmake ./install_manifest.txt ./*~ ./*cxx ./moc_* ./*.o ./core
|
|
cd system_test
|
|
rm -rvf ./CMakeFiles
|
|
rm -vf ./CMakeCache.txt ./Makefile ./cmake_install.cmake ./install_manifest.txt ./*~ ./*cxx ./moc_* ./*.o ./core
|