From b3a4a7eda14bcf9ba920bc3a28a12dec3a2d0d5a Mon Sep 17 00:00:00 2001 From: Luchezar Georgiev Date: Thu, 9 Sep 2004 12:29:09 +0000 Subject: [PATCH] Clobber oem*.h too git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/branches/UNSTABLE@1030 6ac86273-5f31-0410-b378-82cca8765d1b --- sys/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/makefile b/sys/makefile index 283248e..93f5799 100644 --- a/sys/makefile +++ b/sys/makefile @@ -44,4 +44,4 @@ clean: -$(RM) *.bak *.cod *.crf *.err *.las *.lst *.map *.obj *.xrf clobber: clean - -$(RM) bin2c.com fat*.h status.me + -$(RM) bin2c.com fat*.h oem*.h status.me