From: Paolo Pisati Date: Tue, 10 Jul 2018 07:18:32 +0000 (+0000) Subject: ue: 68000: fix compilation X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=d23e56b83b66562c29288b28e22ab6f779ea2221;p=FUZIX.git ue: 68000: fix compilation Signed-off-by: Paolo Pisati --- diff --git a/Applications/ue/Makefile.68000 b/Applications/ue/Makefile.68000 index d85c9986..61a4bfd6 100644 --- a/Applications/ue/Makefile.68000 +++ b/Applications/ue/Makefile.68000 @@ -31,7 +31,7 @@ ue.ansi: $(CRT0NS) ue.o term-ansi.o $(ELF2FUZIX) -o $@ $@.bin ue: $(CRT0) ue.o term.o - $(LINKER) $^ -o $@.bin $(LINKER_OPT) + $(LINKER) $^ -o $@.bin -ltermcap68000 $(LINKER_OPT) $(ELF2FUZIX) -o $@ $@.bin size.report: $(APPS)