Skip to content

Commit

Permalink
Updated clean scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ACanisLupus committed Sep 25, 2024
1 parent b761918 commit 6edd1a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions clean.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ set currentDir=%~dp0.

echo Cleaning ...

rmdir /s /q "%currentDir%\obj" >nul 2>&1
rmdir /s /q "%currentDir%\tmpwin" >nul 2>&1

echo Cleaning finished successfully.
Expand Down
1 change: 1 addition & 0 deletions clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ currentDir=$(dirname "$scriptFile")/.

echo Cleaning ...

rm -rf "$currentDir/obj"
rm -rf "$currentDir/tmplin"

echo Cleaning finished successfully.

0 comments on commit 6edd1a5

Please sign in to comment.