Makefile fix.. image up-to-dateness
This commit is contained in:
parent
94ed5c2a4c
commit
3b5ae428de
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ fresh:
|
|||
|
||||
all: image
|
||||
|
||||
image:
|
||||
image: includes
|
||||
cd ../kernel && $(MAKE)
|
||||
cd ../servers && $(MAKE) image
|
||||
cd ../drivers && $(MAKE) image
|
||||
|
|
Loading…
Reference in a new issue