From 2abd2fd1c88e6bbe344a6f15483a1195058f47bf Mon Sep 17 00:00:00 2001 From: Will Sowerbutts Date: Wed, 28 Dec 2016 22:08:40 +0000 Subject: [PATCH] Applications/util/tget: Link with termcap library --- Applications/util/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Applications/util/Makefile b/Applications/util/Makefile index 45930a36..016e3655 100644 --- a/Applications/util/Makefile +++ b/Applications/util/Makefile @@ -134,6 +134,9 @@ $(OBJSBAD): %.rel: %.c tchelp: tchelp.rel $(FCC) $(PLATFORM) $(OPTS) $< -o $@ -ltermcap +tget: tget.rel + $(FCC) $(PLATFORM) $(OPTS) $< -o $@ -ltermcap + %: %.rel $(FCC) $(PLATFORM) $(OPTS) $< -o $@ -- 2.34.1