This repository has been archived on 2024-06-13. You can view files and clone it, but cannot push or open issues or pull requests.
nekohook/clean.sh
2020-08-04 13:13:01 -04:00

14 lines
192 B
Bash
Executable File

#!/bin/bash
#cmake
rm -fr CMakeFiles/
rm -f CMakeCache.txt
rm -f cmake_install.cmake
rm -f Makefile
rm -fr cotire/
rm -f nekohook_CXX_cotire.cmake
#binaries
rm -fr bin/
rm -f libnekohook.so