mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-01 05:18:38 +09:00
5 lines
No EOL
138 B
Batchfile
5 lines
No EOL
138 B
Batchfile
@echo off
|
|
echo deleting intermediate files
|
|
if exist *.obj del *.obj > NUL
|
|
if exist *.ilk del *.ilk > NUL
|
|
if exist *.pdb del *.pdb > NUL |