gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-util] branch master updated: add stub INSTALL, add Makefile


From: gnunet
Subject: [taler-taler-util] branch master updated: add stub INSTALL, add Makefile rules (fixed later/tomorrow)
Date: Sun, 15 Dec 2019 12:55:11 +0100

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

ng0 pushed a commit to branch master
in repository taler-util.

The following commit(s) were added to refs/heads/master by this push:
     new 0ee7b5d  add stub INSTALL, add Makefile rules (fixed later/tomorrow)
0ee7b5d is described below

commit 0ee7b5dd6600e1c20df526ee702a224781c0bdfc
Author: ng0 <address@hidden>
AuthorDate: Sun Dec 15 11:54:20 2019 +0000

    add stub INSTALL, add Makefile rules (fixed later/tomorrow)
---
 INSTALL  | 0
 Makefile | 6 ++++++
 2 files changed, 6 insertions(+)

diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..e69de29
diff --git a/Makefile b/Makefile
index d7d2309..30950ce 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,10 @@
 include config.mk
 
+all:
+       echo "skip"
+
+install: all
+       $(python) setup.py install --user
+
 test:
        $(tox) || echo "error: you have to install tox"

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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