mirror of https://github.com/wwarthen/RomWBW.git
3 changed files with 3 additions and 2 deletions
@ -1,7 +1,7 @@ |
|||||
@echo off |
@echo off |
||||
setlocal |
setlocal |
||||
|
|
||||
if exist Dev.com del Dev.com |
|
||||
|
if exist dev.com del dev.com |
||||
if exist *.hex del *.hex |
if exist *.hex del *.hex |
||||
if exist *.lst del *.lst |
if exist *.lst del *.lst |
||||
if exist *.zip del *.zip |
if exist *.zip del *.zip |
||||
|
|||||
@ -0,0 +1 @@ |
|||||
|
THE DEV DIRECTORY IS A SKELETON DIRECTORY TO AID SETTING UP A BUILD PROCESS FOR A NEW PROGRAM |
||||
Loading…
Reference in new issue