*** empty log message ***
This commit is contained in:
parent
1475043cbd
commit
e8973f33d4
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ SYS = system/system.a
|
|||
# What to make.
|
||||
kernel build: $(HEAD) $(OBJS) $(SYS)
|
||||
$(LD) $(LDFLAGS) -o kernel $(HEAD) $(OBJS) $(SYS) $(CLOCK) $(LIBS)
|
||||
install -S 0 $@
|
||||
install -S 0 kernel
|
||||
|
||||
$(SYS):
|
||||
cd system && $(MAKE)
|
||||
|
|
Loading…
Reference in a new issue