diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-01-18 22:50:04 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-01-18 22:50:04 +0100 |
commit | 95b7f4b5dab6ab42f3750a916815a595befd11cd (patch) | |
tree | ccb0686fd99811b9642e934c15ce5581183f1781 | |
parent | 8f333b57aca0f8bf55a67f4d654104dd26d008cf (diff) |
Remove obsolete makefile.
-rwxr-xr-x | Makefile | 6 |
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) |