mirror of
https://github.com/MiSTer-devel/Injector_MiSTer.git
synced 2026-05-17 03:03:52 +00:00
9 lines
111 B
Batchfile
9 lines
111 B
Batchfile
@echo off
|
|
rmdir /s /q .vs
|
|
rmdir /s /q Debug
|
|
rmdir /s /q Release
|
|
del *.iobj
|
|
del *.ipdb
|
|
del *.user
|
|
pause
|