From beff818f25ae69cfe8501e18271b2509320de8df Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Sun, 26 Aug 2018 15:55:38 +0200 Subject: Added session recording with https://github.com/kilobyte/termrec --- GNUmakefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 00f18ad..52ee070 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -8,8 +8,7 @@ OBJ=$(sources:.c=.o) all: bastion bastion: $(OBJ) - #$(CC) ${DEBUG} -o bastion $(OBJ) -lssh -lutil -lpthread -lssh_threads - $(CC) ${DEBUG} -o bastion $(OBJ) -lssh -lutil + $(CC) ${DEBUG} -o bastion $(OBJ) -lssh -lutil -ltty clean: $(RM) bastion *.[do] src/*.[do] -- cgit v1.2.3