Fixed the dependencies for rule 'all'

This commit is contained in:
lucic71 2020-06-19 21:17:31 +03:00
parent f8e263f167
commit 90fc7edd64
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ MOBJECTS = $(wildcard $(MDIRS)/*.o)
# all - Default rule that build the entire project.
all: kernel.elf mall
all: mall kernel.elf
# mall - Recursively build all modules.