From c5c54f78ef0a2eb583311b5879879f3323edadc1 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Sun, 16 Oct 2016 20:22:51 -0400 Subject: [PATCH] asmiigs - turn on listing. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6bfaeda..b3a5270 100644 --- a/Makefile +++ b/Makefile @@ -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 $@ \ No newline at end of file + $(ASM) $(ASMFLAGS) $< -o $@