remove some additional built files during clobber, ignore command.com in bin directory

This commit is contained in:
KJD 2016-05-12 19:05:02 -04:00
parent 99a5e09f28
commit bdc2e068c4
3 changed files with 7 additions and 1 deletions

1
.gitignore vendored
View File

@ -15,3 +15,4 @@ config.bat
kernel/KERNEL.SYS
bin/COMMAND.COM

View File

@ -30,9 +30,14 @@ cd ..\kernel
cd ..\hdr
if exist *.bak del *.bak
cd ..\bin
if exist sys.com del sys.com
if exist country.sys del country.sys
cd ..
if exist *.bak del *.bak
if exist status.me del status.me
:end
default.bat clearset

View File

@ -55,7 +55,7 @@ sys.com: $(SYS_EXE_dependencies)
$(CL) $(CFLAGST) $(TINY) $(SYS_EXE_dependencies)
clobber: clean
-$(RM) bin2c.exe sys.com fat*.h oemfat*.h
-$(RM) bin2c.exe bin2c.com sys.com fat*.h oemfat*.h
clean:
-$(RM) *.obj *.bak *.crf *.xrf *.map *.lst *.las *.cod *.err status.me