mirror of
https://github.com/Ed94/perfaware.git
synced 2024-11-10 04:14:53 -08:00
14 lines
249 B
Batchfile
14 lines
249 B
Batchfile
|
@echo off
|
||
|
|
||
|
if exist build\nul (
|
||
|
@RD /S /Q "build"
|
||
|
)
|
||
|
|
||
|
if exist tests\listing_0037_single_register_mov (
|
||
|
DEL /Q tests\listing_0037_single_register_mov
|
||
|
)
|
||
|
|
||
|
if exist tests\listing_0038_many_register_mov (
|
||
|
DEL /Q tests\listing_0038_many_register_mov
|
||
|
)
|