From cef64c51d6ae10f29ec4e7133ded229e469da42b Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Thu, 10 Sep 2020 23:31:40 +0200 Subject: [PATCH] build: fix clean target not removing man page --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 00ee788..b5de429 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ tlstunnel.1: tlstunnel.1.scd $(SCDOC) tlstunnel.1 clean: - $(RM) -rf tlstunnel doc/tlstunnel.1 + $(RM) -rf tlstunnel tlstunnel.1 install: all mkdir -p $(DESTDIR)$(BINDIR)