telebotxx/configure

8 lines
100 B
Bash
Executable file

#!/bin/sh
rm -rf CMakeFiles
rm -f CMakeCache.txt
rm -f Makefile
rm -f cmake_install.cmake
cmake .