From: Will Sowerbutts Date: Wed, 28 Dec 2016 22:08:40 +0000 (+0000) Subject: Applications/util/tget: Link with termcap library X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=2abd2fd1c88e6bbe344a6f15483a1195058f47bf;p=FUZIX.git Applications/util/tget: Link with termcap library --- 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 $@