Fix crap...
This commit is contained in:
parent
4e188235f9
commit
f0abe935fd
1 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -19,7 +19,7 @@ endif
|
|||
|
||||
default: kernel.rom
|
||||
|
||||
kernel.rom: kernel/*.asm kernel/*.inc lib/*.inc
|
||||
kernel.rom: kernel/*.asm lib/*.inc
|
||||
nasm -s -o $@ -I lib -I kernel kernel/main.asm && scripts/fix-rom.sh $@
|
||||
|
||||
boot/%.bin: boot/%.asm lib/*.inc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue