Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ goto end
:clean
echo Cleaning build directories...
rmdir /s /q %BUILDDIR% > NUL 2>&1
del /q %SOURCEDIR%\examples\* > NUL 2>&1
rmdir /s /q %SOURCEDIR%\examples > NUL 2>&1
rmdir /s /q %SOURCEDIR%\api\meshing\datamodel > NUL 2>&1
rmdir /s /q %SOURCEDIR%\api\meshing\tui > NUL 2>&1
rmdir /s /q %SOURCEDIR%\api\solver\datamodel > NUL 2>&1
Expand Down
Loading