nits
This commit is contained in:
parent
f2ab0eb644
commit
d9160fb4b9
6 changed files with 12 additions and 10 deletions
2
Makefile
2
Makefile
|
@ -104,7 +104,7 @@ $U/_forktest: $U/forktest.o $(ULIB)
|
|||
$(LD) $(LDFLAGS) -N -e main -Ttext 0 -o $U/_forktest $U/forktest.o $U/ulib.o $U/usys.o
|
||||
$(OBJDUMP) -S $U/_forktest > $U/forktest.asm
|
||||
|
||||
mkfs/mkfs: mkfs/mkfs.c $K/fs.h
|
||||
mkfs/mkfs: mkfs/mkfs.c $K/fs.h $K/param.h
|
||||
gcc -Werror -Wall -I. -o mkfs/mkfs mkfs/mkfs.c
|
||||
|
||||
# Prevent deletion of intermediate files, e.g. cat.o, after first build, so
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue