From 5d55704009d1052db6f4039544aedb17ca8f541b Mon Sep 17 00:00:00 2001 From: chrysn Date: Sat, 26 Oct 2013 00:50:36 +0200 Subject: ssh-askpass-noinput: a simpler confirmation dialog this adds an ssh-askpass imlementation that will only show allow/deny buttons and is based on zenity. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 644b055..f07d0d1 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ CXXFLAGS ?= -g -O2 -Wall -Wold-style-cast CXXFLAGS += -std=c++11 LDFLAGS += -lstdc++ -lboost_program_options -lboost_filesystem -lboost_system -lnettle -all: ssh-agent-filter.1 afssh.1 +all: ssh-agent-filter.1 afssh.1 ssh-askpass-noinput.1 %.1: %.1.md pandoc -s -w man $< -o $@ -- cgit v1.2.3