Skip to content

Commit

Permalink
cleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
rsc committed Jul 17, 2006
1 parent ee9c7f3 commit 857d60c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 857d60c

Please sign in to comment.