mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
5 lines
138 B
Batchfile
5 lines
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
|