summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAuke Kok <auke-jan.h.kok@intel.com>2015-04-13 20:59:07 -0700
committerAuke Kok <auke-jan.h.kok@intel.com>2015-04-13 20:59:56 -0700
commitd36199ae398bee1707411f191c7d6bd516249d21 (patch)
tree40f67dca13477003078369b050087379138cf9d4
parent254fcdbc285df6314a0089496536f86232d9ad20 (diff)
Slight tweaks.
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a9d2bad..11be595 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,6 @@
+all: release
+
release:
VERSION=`git describe --tags`; \
- git archive --format zip --output "sedimentology-mt-$${VERSION}.zip" --prefix=sedimentology-mt/ master
+ git archive --format zip --output "sedimentology-$${VERSION}.zip" --prefix=sedimentology/ master