From bd89d9cd7cc5dc6ffe8faf8c71ec8429509345cf Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 14 Jul 2021 19:22:56 -0300 Subject: Makefile: Delete .mo and test files in "clean" target --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 679d47b..9d17177 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,8 @@ uninstallcheck: sh aux/workflow/installcheck.sh -up $(PREFIX) clean: - rm -rf public/ src/git-permalink $(manpages) README.*.md CHANGELOG.*.md + rm -rf public/ src/git-permalink $(manpages) README.*.md CHANGELOG.*.md \ + messages.mo tests/destdirs/ tests/prefix/ tests/remotes/ dist: sh aux/workflow/dist.sh -d $(DATE) -V $(VERSION) -n $(NAME) -m $(MAILING_LIST) -- cgit v1.2.3