wip tables segment to be
This commit is contained in:
parent
3ab5006aa3
commit
0c63430dd9
3 changed files with 9 additions and 8 deletions
4
Makefile
4
Makefile
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
all : mandel.xex
|
||||
|
||||
mandel.xex : mandel.o tables.o
|
||||
ld65 -C ./atari-asm-xex.cfg -o $@ $+
|
||||
mandel.xex : mandel.o tables.o atari-asm-xex.cfg
|
||||
ld65 -C ./atari-asm-xex.cfg -o $@ mandel.o tables.o
|
||||
|
||||
%.o : %.s
|
||||
ca65 -o $@ $<
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue