From a06ceca1c7c05175ca2361fc2da50ba36a51fc49 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 23 Feb 2022 20:02:32 +0100 Subject: `make clean`: Also remove test keys and certificates. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3d41f8a..0f1d7ea 100644 --- a/Makefile +++ b/Makefile @@ -99,6 +99,7 @@ uninstall: clean: rm -vf -- $(PROGRAMS) $(MANUAL_FILES) $(HTML_FILES) $(SERVICE_FILES) + rm -vf -- $(srcdir)/tests/certs/*.key $(srcdir)/tests/certs/*.crt $(srcdir)/tests/certs/*.pem -rmdir -vp --ignore-fail-on-non-empty -- $(builddir)/doc .PHONY: all all-nodoc manual html doc check release install installcheck uninstall clean -- cgit v1.2.3