mirror of https://github.com/9001/r0c.git
sfx msys2 support fix
This commit is contained in:
parent
9695b22f46
commit
07b438526c
|
@ -117,9 +117,9 @@ tmv "$f"
|
|||
|
||||
# cleanup junk
|
||||
find . -type f |
|
||||
grep -E '\.(class|bak)$' |
|
||||
grep -vE '\.(md|py)$' |
|
||||
tr '\n' '\0' |
|
||||
xargs -0 rm --
|
||||
xargs -0r rm --
|
||||
|
||||
# r0c needs the docs here
|
||||
rm -f docs/todo.md
|
||||
|
|
Loading…
Reference in New Issue