summaryrefslogtreecommitdiff
path: root/Contrib/VPatch/Source/GUI/clean.bat
blob: b7d06cfdacc8ab1bae3273b1654641e6ca5cc97d (plain)
1
2
3
4
5
@echo off
echo Cleaning up all non-source files
del /S *.~*
del /S *.dcu
echo done.