Update linker script to allow c source files

This commit is contained in:
Byron Lathi
2022-03-05 21:09:46 -06:00
parent 378b3c0cb1
commit 9c29aa4fdf
5 changed files with 48 additions and 16 deletions

View File

@@ -2,7 +2,7 @@ CC=cl65
CFLAGS=-t none
LDFLAGS=-C link.ld
NAME=main
NAME=bootrom
BIN=$(NAME).bin
HEX=$(NAME).hex