diff options
author | Michael Pavone <pavone@retrodev.com> | 2014-12-14 18:12:00 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2014-12-14 18:12:00 -0800 |
commit | 59894dbded604fba7e0bdbd5c2116b9cfd3b431d (patch) | |
tree | e8778da5f6f2463c01318060a004c16587cc28d6 | |
parent | 77b05f2312cde22951903192667d2a23823890c5 (diff) |
Produce a listing file when assembling 68K test ROMs
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $@ $< |