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