Fix crap...
This commit is contained in:
parent
4e188235f9
commit
f0abe935fd
2
Makefile
2
Makefile
@ -19,7 +19,7 @@ endif
|
|||||||
|
|
||||||
default: kernel.rom
|
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 $@
|
nasm -s -o $@ -I lib -I kernel kernel/main.asm && scripts/fix-rom.sh $@
|
||||||
|
|
||||||
boot/%.bin: boot/%.asm lib/*.inc
|
boot/%.bin: boot/%.asm lib/*.inc
|
||||||
|
Loading…
Reference in New Issue
Block a user