aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100755
index 000000000..817dce69a
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+name=taler-wallet
+version=0.1
+xpi=${name}-${version}.xpi
+
+xpi:
+ cd extension && zip ../${xpi} $$(git ls-files)