diff options
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -30,6 +30,10 @@ check: all sh tests/cli-opts.sh sh tests/remotes.sh +clean: + rm -rf public/ $(manpages) README.*.md CHANGELOG.*.md messages.mo \ + src/git-permalink tests/destdirs/ tests/prefix/ tests/remotes/ + install: all mkdir -p '$(DESTDIR)$(PREFIX)/bin' cp src/git-permalink '$(DESTDIR)$(PREFIX)/bin' @@ -39,10 +43,6 @@ uninstall: rm -f '$(DESTDIR)$(PREFIX)/bin/git-permalink' sh doc/manpages.sh -up '$(DESTDIR)$(MANPREFIX)' $(manpages) -clean: - rm -rf public/ $(manpages) README.*.md CHANGELOG.*.md messages.mo \ - src/git-permalink tests/destdirs/ tests/prefix/ tests/remotes/ - # # Personal workflow targets |