aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile8
1 files 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