*** empty log message ***

This commit is contained in:
Ben Gras 2005-05-04 09:31:54 +00:00
parent 1475043cbd
commit e8973f33d4

View file

@ -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)