diff options
-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) |