diff --git a/.gitignore b/.gitignore index 2ebe265..f5163f6 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ config.bat kernel/KERNEL.SYS +bin/COMMAND.COM diff --git a/clobber.bat b/clobber.bat index 7755e5d..1d4b5c7 100644 --- a/clobber.bat +++ b/clobber.bat @@ -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 diff --git a/sys/makefile b/sys/makefile index 3280564..5e64bec 100644 --- a/sys/makefile +++ b/sys/makefile @@ -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