tools: cleanup after running compare_pr_to_master.v

This commit is contained in:
Delyan Angelov 2024-10-20 17:10:16 +03:00
parent dd9776a75d
commit ce63593800
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -72,5 +72,6 @@ fn main() {
} else {
vcompare('./vold', './vnew')
}
r('rm -rf hw nv ov hw.exe nv.exe ov.exe hw.c nv.c ov.c')
println('Done.')
}