gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taldir] branch master updated: add install target to makefile


From: gnunet
Subject: [taler-taldir] branch master updated: add install target to makefile
Date: Wed, 06 Jul 2022 16:52:53 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository taldir.

The following commit(s) were added to refs/heads/master by this push:
     new 2e046eb  add install target to makefile
2e046eb is described below

commit 2e046eb32bd4333550ce536b537fa33ab7bb786e
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Wed Jul 6 16:52:51 2022 +0200

    add install target to makefile
---
 Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile b/Makefile
index ecfade3..212727b 100644
--- a/Makefile
+++ b/Makefile
@@ -5,3 +5,6 @@ server:
 
 cli:
        go build ./cmd/taldir-cli
+
+install: server cli
+       go install ./cmd/taldir-server && go install ./cmd/taldir-cli

-- 
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]