summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2014-12-14 18:12:00 -0800
committerMichael Pavone <pavone@retrodev.com>2014-12-14 18:12:00 -0800
commit59894dbded604fba7e0bdbd5c2116b9cfd3b431d (patch)
treee8778da5f6f2463c01318060a004c16587cc28d6
parent77b05f2312cde22951903192667d2a23823890c5 (diff)
Produce a listing file when assembling 68K test ROMs
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 84db28f..833c4ae 100644
--- a/Makefile
+++ b/Makefile
@@ -88,7 +88,7 @@ vos_prog_info : vos_prog_info.o vos_program_module.o
$(CC) $(CFLAGS) -c -o $@ $<
%.bin : %.s68
- vasmm68k_mot -Fbin -m68000 -no-opt -spaces -o $@ $<
+ vasmm68k_mot -Fbin -m68000 -no-opt -spaces -o $@ -L $@.list $<
%.bin : %.sz8
vasmz80_mot -Fbin -spaces -o $@ $<