Initial commit of files

This commit is contained in:
2021-01-22 10:16:20 -05:00
parent 32d165ec8f
commit ed92211680
534 changed files with 68563 additions and 19 deletions

6
cclean.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
rm -rf `find . -name CMakeCache.txt`
rm -rf `find . -name CMakeFiles`
rm -rf `find . -name cmake_install.cmake`
rm -rf `find . -name Makefile`