diff options
| author | Timo Weingärtner <timo@tiwe.de> | 2026-03-07 22:36:10 +0100 |
|---|---|---|
| committer | Timo Weingärtner <timo@tiwe.de> | 2026-03-07 22:36:10 +0100 |
| commit | 960aa108a9cd4ff31932653fdc847d492901a37b (patch) | |
| tree | 905386c7eb0a7d470ff90b8428f2a70f3327743e /Makefile | |
| parent | f47546025f34ff4294b7f6b3e672c521c8d2d3f5 (diff) | |
| parent | 8bd8f61f2ab2978a0a1bf7aa6f19a6352b9769c9 (diff) | |
| download | ssh-agent-filter-960aa108a9cd4ff31932653fdc847d492901a37b.tar.gz | |
Merge tag '0.5.3' into debian
0.5.3
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
