aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-06-17 03:19:19 -0300
committerEuAndreh <eu@euandre.org>2021-06-17 03:19:25 -0300
commit802d7dc8e14706bcf01975a8961cf7dc2eac4ee8 (patch)
treeae22a214bf6e0ce93e050542644db26918526325
parentUpdate aux/workflow/assert-changelog.sh (diff)
downloadgit-permalink-802d7dc8e14706bcf01975a8961cf7dc2eac4ee8.tar.gz
git-permalink-802d7dc8e14706bcf01975a8961cf7dc2eac4ee8.tar.xz
Makefile: Ignore failure when creating ./git-permalink file
In case of failure, a "make clean" will fix it.
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index a40c237..baf161d 100644
--- a/Makefile
+++ b/Makefile
@@ -12,9 +12,8 @@ manpages = \
all: git-permalink
git-permalink: src/git-permalink.sh
- $(do_subst) < $? > $@-t
- chmod +x $@-t
- mv $@-t $@
+ $(do_subst) < $? > $@
+ chmod +x $@
check: all
sh tests/cli-opts.sh