aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 9c6a8a4..6b0c42d 100644
--- a/Makefile
+++ b/Makefile
@@ -19,8 +19,8 @@
CXXFLAGS ?= -g -O2 -Wall -Wold-style-cast
CPPFLAGS += -D_FILE_OFFSET_BITS=64
-CXXFLAGS += -std=c++11
-LDLIBS = -lstdc++ -lboost_program_options -lboost_filesystem -lboost_system -lboost_iostreams -lnettle -lpthread
+CXXFLAGS += -std=c++17
+LDLIBS = -lstdc++ -lboost_program_options -lboost_iostreams -lnettle -lpthread
all: ssh-agent-filter.1 afssh.1 ssh-askpass-noinput.1
@@ -43,7 +43,7 @@ version.h:
test ! -d .git || git describe | sed 's/^.*$$/#define SSH_AGENT_FILTER_VERSION "ssh-agent-filter \0"/' > $@
clean:
- $(RM) *.1 ssh-agent-filter *.o
+ $(RM) *.1 ssh-agent-filter *.o *.gcda *.gcno *.gcov
test ! -d .git || git checkout -f -- version.h
.PHONY: version.h