submodules

This commit is contained in:
timerix 2023-05-02 19:57:53 +06:00
parent 07b6942c02
commit 483e6fa96b
3 changed files with 5 additions and 5 deletions

2
cbuild

@ -1 +1 @@
Subproject commit d64b1f3e9b41f6843c501ed28df6adbfdb384217
Subproject commit e83a7affefe85ec7573ce7465e543747bbf5d477

2
kerep

@ -1 +1 @@
Subproject commit a2906e2c3aba5d3f94f9eea45bc3e6faed293a7b
Subproject commit f6864de2c9c3a16c5ac1b56cdf43073490b81a28

View File

@ -1,4 +1,4 @@
#!/usr/bin/bash
myprint "${WHITE}deleting .kerep_rebuild.tmp"
rm -rf .kerep_rebuild.tmp
for tmpfile in $(ls .rebuild_*.tmp); do
try_delete_dir_or_file "$tmpfile"
done