mirror of
https://github.com/UltraCoderRU/telebotxx.git
synced 2026-01-28 12:15:13 +00:00
8 lines
100 B
Bash
Executable file
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 .
|