aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-07-14 19:22:56 -0300
committerEuAndreh <eu@euandre.org>2021-07-14 19:22:56 -0300
commitbd89d9cd7cc5dc6ffe8faf8c71ec8429509345cf (patch)
tree7d78855d4419a35b42144143afcc6c0c71a962c8 /Makefile
parentTODOs.md: Add missing spacing line (diff)
downloadgit-permalink-bd89d9cd7cc5dc6ffe8faf8c71ec8429509345cf.tar.gz
git-permalink-bd89d9cd7cc5dc6ffe8faf8c71ec8429509345cf.tar.xz
Makefile: Delete .mo and test files in "clean" target
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
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)