taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 95b7f4b5dab6ab42f3750a916815a595befd11cd
parent 8f333b57aca0f8bf55a67f4d654104dd26d008cf
Author: Florian Dold <florian.dold@gmail.com>
Date:   Mon, 18 Jan 2016 22:50:04 +0100

Remove obsolete makefile.

Diffstat:
DMakefile | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/Makefile b/Makefile @@ -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)