From 8af86a8013d85496aaa7a10862ebdd7cd6a3e679 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 28 Aug 2021 14:02:56 -0300 Subject: Makefile: Put "install"/"uninstall" at the end --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 3b24c0b..c949bd1 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3