asmiigs - turn on listing.

This commit is contained in:
Kelvin Sherlock 2016-10-16 20:22:51 -04:00
parent fdf1c15d65
commit c5c54f78ef
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
LD=mpw linkIIgs
ASM=mpw asmIIgs
#ASMFLAGS=-d DEBUG_S16 -d DebugSymbols
ASMFLAGS=-case on
ASMFLAGS=-case on -l
LDFLAGS=
@ -25,4 +25,4 @@ host.fst.o : host.fst.aii gsos.equ fst.equ records.equ fst.macros
%.o : %.aii
$(ASM) $(ASMFLAGS) $< -o $@
$(ASM) $(ASMFLAGS) $< -o $@