gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-bank] branch master updated: uninstall target


From: gnunet
Subject: [taler-bank] branch master updated: uninstall target
Date: Fri, 13 Nov 2020 22:26:34 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 00b4838  uninstall target
00b4838 is described below

commit 00b48386b8c54a6b64fdfd2b44431d2ea9ccbbf1
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Nov 13 22:26:19 2020 +0100

    uninstall target
---
 build-system/Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/build-system/Makefile b/build-system/Makefile
index 391a8bf..8d6d9bf 100644
--- a/build-system/Makefile
+++ b/build-system/Makefile
@@ -18,6 +18,11 @@ wheel: poetry-install
 install: wheel
        pip3 install --upgrade --ignore-installed --user 
"dist/talerbank-$(version)-py3-none-any.whl"
 
+
+.PHONY: uninstall
+uninstall:
+       pip3 uninstall talerbank
+
 .PHONY: i18n-strings
 i18n-strings: poetry-install
        poetry run python3 manage.py makemessages -l it

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]