refactor/clean.bat
Ed_ 581afa9154 First working prototype.
TODO: I need to cleanup memory.
2023-03-12 21:34:55 -04:00

5 lines
52 B
Batchfile

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