From de3f14b8645feb74b6cb64126794b6d913adc236 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 28 Jun 2018 17:37:36 +0100 Subject: [PATCH] 6502: build cursesgames with curses --- Applications/cursesgames/Makefile.6502 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/cursesgames/Makefile.6502 b/Applications/cursesgames/Makefile.6502 index c7b2a1d1..e441e18d 100644 --- a/Applications/cursesgames/Makefile.6502 +++ b/Applications/cursesgames/Makefile.6502 @@ -17,7 +17,7 @@ APPS = $(OBJS:.o=) all: $(APPS) size.report $(APPS): %: %.o - $(LINKER) -o $@ $(LINKER_OPT) $(CRT0) $^ c6502.lib -m $@.map + $(LINKER) -o $@ $(LINKER_OPT) $(CRT0) $^ curses.lib termcap.lib c6502.lib -m $@.map size.report: $(APPS) $(APPSNS) ls -l $^ > $@ -- 2.34.1