Skip to content

Commit

Permalink
fix bug kernelus
Browse files Browse the repository at this point in the history
  • Loading branch information
jedeoric committed Feb 12, 2024
1 parent f6fef71 commit 71970fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ kernel: $(SOURCE)
@$(AS) --verbose -s -tnone --debug-info -o kernelus.ld65 $(SOURCE) $(ASFLAGS) > output.log
@$(LD) -C src/kernel.cfg kernelus.ld65 -m kernelus.map -DWITH_TWILIGHTE_BOARD=1 -Ln kernelus.sym > output.log
@cp kernel.rom kernelus.rom
@cp kernelus.rom $(PATH_PACKAGE_ROM)/

unittest:
$(CC) $(CFLAGS) tests/mkdir.c -o tmkdir
Expand Down

0 comments on commit 71970fe

Please sign in to comment.