Re-organized repo for upcoming v1.5.0 extension management changes

This commit is contained in:
2023-06-27 14:49:03 -04:00
parent fb267085eb
commit ac035db597
9 changed files with 513 additions and 13 deletions
+5
View File
@@ -0,0 +1,5 @@
#!/usr/bin/env sh
rm -rf CMakeFiles cmake_install.cmake CMakeCache.txt Makefile
cmake ./
sleep 10 # prevents clock skew
make -j$(nproc)