mirror of
https://github.com/Gehstock/Mist_FPGA.git
synced 2026-01-11 23:43:09 +00:00
Create clean.bat
This commit is contained in:
parent
61bccb12f8
commit
4b7b4ea2f8
15
Arcade_MiST/Konami ScooterShooter/clean.bat
Normal file
15
Arcade_MiST/Konami ScooterShooter/clean.bat
Normal file
@ -0,0 +1,15 @@
|
||||
@echo off
|
||||
del /s *.bak
|
||||
del /s *.orig
|
||||
del /s *.rej
|
||||
rmdir /s /q db
|
||||
rmdir /s /q incremental_db
|
||||
rmdir /s /q output_files
|
||||
rmdir /s /q simulation
|
||||
rmdir /s /q greybox_tmp
|
||||
del PLLJ_PLLSPE_INFO.txt
|
||||
del *.qws
|
||||
del *.ppf
|
||||
del *.qip
|
||||
del *.ddb
|
||||
pause
|
||||
Loading…
x
Reference in New Issue
Block a user