diff options
author | EuAndreh <eu@euandre.org> | 2021-07-14 19:22:56 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-07-14 19:22:56 -0300 |
commit | bd89d9cd7cc5dc6ffe8faf8c71ec8429509345cf (patch) | |
tree | 7d78855d4419a35b42144143afcc6c0c71a962c8 /Makefile | |
parent | TODOs.md: Add missing spacing line (diff) | |
download | git-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-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |