Create map file for convenience
export a symbol and it'll appear in mandel.map
This commit is contained in:
parent
4bac47a4fd
commit
fd954da47e
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
|
@ -3,7 +3,7 @@
|
||||||
all : mandel.xex
|
all : mandel.xex
|
||||||
|
|
||||||
mandel.xex : mandel.o tables.o atari-asm-xex.cfg
|
mandel.xex : mandel.o tables.o atari-asm-xex.cfg
|
||||||
ld65 -C ./atari-asm-xex.cfg -o $@ mandel.o tables.o
|
ld65 -C ./atari-asm-xex.cfg --mapfile mandel.map -o $@ mandel.o tables.o
|
||||||
|
|
||||||
%.o : %.s
|
%.o : %.s
|
||||||
ca65 -o $@ $<
|
ca65 -o $@ $<
|
||||||
|
|
@ -15,4 +15,6 @@ clean :
|
||||||
rm -f tables.s
|
rm -f tables.s
|
||||||
rm -f *.o
|
rm -f *.o
|
||||||
rm -f *.xex
|
rm -f *.xex
|
||||||
|
rm -f mandel.map
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue