refactor/clean.bat

5 lines
52 B
Batchfile
Raw Normal View History

@echo off
if exist build\nul (
@RD /S /Q "build"
)