summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAndreas Politz <politza@hochschule-trier.de>2017-09-14 08:04:52 +0200
committerAndreas Politz <politza@hochschule-trier.de>2017-09-14 08:04:52 +0200
commitb97fa97a319303efdc05f2d9449130c84c4f2861 (patch)
tree2c462aa0fbd61674cf842e0ab2b56e04eacd542b /Makefile
parentf7853ee51e97941c4c2926e75e5ace486cb841af (diff)
Allow a command to fail when on Windows
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fe7c4f0..089963f 100644
--- a/Makefile
+++ b/Makefile
@@ -64,7 +64,7 @@ melpa-package: $(pkgfile)
tar -u --transform='s/README\.org/$(pkgname)\/README/' \
-f $(pkgname)-melpa.tar \
README.org
- tar --delete $(pkgname)/epdfinfo \
+ -tar --delete $(pkgname)/epdfinfo \
-f $(pkgname)-melpa.tar
# Various clean targets