monnier pushed a commit to branch master
in repository elpa.
commit ac054d61474b128f580307afa8d053a06eab922a
Author: Teemu Likonen <[email protected]>
Date: Sat May 17 10:57:06 2014 +0300
Adjust Makefile
---
Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
index b644579..225b5e3 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,8 @@ PKG := $(BASE)-pkg.el
FILES := $(MAIN) $(PKG) COPYING README
NAME := $(BASE)-$(VERSION)
-elpa: $(NAME).tar
+elpa: $(PKG)
+tar: $(NAME).tar
sign: $(NAME).tar.sig
elc: $(BASE).elc
@@ -33,6 +34,6 @@ tag:
git tag -s $(VERSION) -m 'Version $(VERSION)' HEAD
clean:
- rm -f -- $(PKG) $(BASE)*.tar* README $(BASE).elc
+ rm -f -- $(BASE)*.tar* README $(BASE).elc
-.PHONY: elpa sign tag clean elc
+.PHONY: elpa tar sign tag clean elc $(PKG)