diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2022-02-23 20:02:32 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2022-02-23 21:23:57 +0100 |
commit | a06ceca1c7c05175ca2361fc2da50ba36a51fc49 (patch) | |
tree | 5fcd58586de7a10f36b7b25031b8b4e6cfceb2c6 | |
parent | 50243cd7747575e2a035bc6b31c5efb86cb73eee (diff) |
`make clean`: Also remove test keys and certificates.
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |