5 lines
No EOL
138 B
Batchfile
Executable file
5 lines
No EOL
138 B
Batchfile
Executable file
@echo off
|
|
echo deleting intermediate files
|
|
if exist *.obj del *.obj > NUL
|
|
if exist *.ilk del *.ilk > NUL
|
|
if exist *.pdb del *.pdb > NUL |