Initial sanitized SmartSpeaker snapshot
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
@echo off
|
||||
echo Cleaning build files...
|
||||
if exist build (
|
||||
rmdir /s /q build
|
||||
echo Build folder successfully removed.
|
||||
) else (
|
||||
echo Nothing to clean. Build folder does not exist.
|
||||
)
|
||||
pause
|
||||
Reference in New Issue
Block a user