summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortg(x) <*@tg-x.net>2015-12-03 20:07:03 +0100
committertg(x) <*@tg-x.net>2015-12-03 20:07:03 +0100
commit5243a707260af9de820ad02b1972d3280164cf19 (patch)
tree46e6918fca8edfeddb919b7a89307328390a0ec1 /Makefile
parent7b6706bee3cbecc84b330672ecdb5764d7d68756 (diff)
downloadwallet-core-5243a707260af9de820ad02b1972d3280164cf19.tar.gz
wallet-core-5243a707260af9de820ad02b1972d3280164cf19.tar.bz2
wallet-core-5243a707260af9de820ad02b1972d3280164cf19.zip
webext popup
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)