summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorHannes Reinecke <hare@suse.de>2022-04-11 11:02:49 +0200
committerGerd Hoffmann <kraxel@redhat.com>2022-04-22 14:52:30 +0200
commitd9d6f3de9777d8263b593323586da994b3c69912 (patch)
tree4914eeaa4486c0496595023d5931820b1b2634e9 /GNUmakefile
parent0903fb38ea0b8fb42bb039be363dd80eb61a8957 (diff)
downloadamtterm-d9d6f3de9777d8263b593323586da994b3c69912.tar.gz
amtider: IDE-redirection client
Preliminary stub only. Signed-off-by: Hannes Reinecke <hare@suse.de>
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile3
1 files changed, 2 insertions, 1 deletions
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
#################################################################