summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-01-18 22:50:04 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-01-18 22:50:04 +0100
commit95b7f4b5dab6ab42f3750a916815a595befd11cd (patch)
treeccb0686fd99811b9642e934c15ce5581183f1781 /Makefile
parent8f333b57aca0f8bf55a67f4d654104dd26d008cf (diff)
downloadwallet-core-95b7f4b5dab6ab42f3750a916815a595befd11cd.tar.gz
wallet-core-95b7f4b5dab6ab42f3750a916815a595befd11cd.tar.bz2
wallet-core-95b7f4b5dab6ab42f3750a916815a595befd11cd.zip
Remove obsolete makefile.
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100755
index 15028c85b..000000000
--- a/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-name = taler-wallet
-version = $(shell grep '"version"' extension/manifest.json | sed 's/.*"\([0-9.]\+\)".*/\1/')
-xpi = ${name}-${version}.xpi
-
-xpi:
- cd extension && zip ../${xpi} $$(git ls-files)