From 857d60cb0c56df19a5125584c677aa56c4488e98 Mon Sep 17 00:00:00 2001 From: rsc Date: Mon, 17 Jul 2006 01:51:47 +0000 Subject: [PATCH] cleaner --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6c13453..a9ae631 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ CC = $(TOOLPREFIX)gcc LD = $(TOOLPREFIX)ld OBJCOPY = $(TOOLPREFIX)objcopy OBJDUMP = $(TOOLPREFIX)objdump -CFLAGS = -nostdinc -fno-builtin -I. -O2 -Wall -MD +CFLAGS = -fno-builtin -O2 -Wall -MD AS = $(TOOLPREFIX)gas xv6.img : bootblock kernel @@ -71,5 +71,5 @@ userfs : userfs.o $(ULIB) -include *.d clean : - rm -f *.o *.d *.asm vectors.S \ + rm -f *.o *.d *.asm vectors.S parport.out \ bootblock kernel xv6.img user1 userfs usertests