From d9d6f3de9777d8263b593323586da994b3c69912 Mon Sep 17 00:00:00 2001 From: Hannes Reinecke Date: Mon, 11 Apr 2022 11:02:49 +0200 Subject: amtider: IDE-redirection client Preliminary stub only. Signed-off-by: Hannes Reinecke --- GNUmakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index fb5684b..b348505 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -20,7 +20,7 @@ CFLAGS += -Wall -Wno-pointer-sign CFLAGS += -DVERSION='"$(VERSION)"' CFLAGS += $(SSL_DEFS) -TARGETS := amtterm +TARGETS := amtterm amtider DESKTOP := $(wildcard *.desktop) all: build @@ -74,6 +74,7 @@ distclean: clean ################################################################# amtterm: amtterm.o redir.o tcp.o auth.o ssl.o +amtider: amtider.o redir.o tcp.o auth.o ssl.o gamt: gamt.o redir.o tcp.o parseconfig.o auth.o ssl.o ################################################################# -- cgit