aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2022-02-23 20:02:32 +0100
committerGuilhem Moulin <guilhem@fripost.org>2022-02-23 21:23:57 +0100
commita06ceca1c7c05175ca2361fc2da50ba36a51fc49 (patch)
tree5fcd58586de7a10f36b7b25031b8b4e6cfceb2c6
parent50243cd7747575e2a035bc6b31c5efb86cb73eee (diff)
`make clean`: Also remove test keys and certificates.
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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