1
0
mirror of https://github.com/mre/mos6502.git synced 2025-02-20 09:29:02 +00:00
2023-06-28 23:37:46 +02:00

4 lines
131 B
Makefile

build:
ca65 -g 6502_functional_test.ca65
ld65 -C ../linker.cfg -o 6502_functional_test.bin -Ln labels.dbg 6502_functional_test.o