gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-wallet-webex] branch master updated: make install de


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-webex] branch master updated: make install depend on tsc
Date: Mon, 19 Aug 2019 14:16:51 +0200

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

dold pushed a commit to branch master
in repository wallet-webex.

The following commit(s) were added to refs/heads/master by this push:
     new 35781176 make install depend on tsc
35781176 is described below

commit 3578117687b2e076d2e354068f0a22bbcb750653
Author: Florian Dold <address@hidden>
AuthorDate: Mon Aug 19 14:16:42 2019 +0200

    make install depend on tsc
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 338e97a4..a4baaa09 100644
--- a/Makefile
+++ b/Makefile
@@ -74,7 +74,7 @@ install:
        @echo "no prefix configured, did you run ./configure?"
 else
 .PHONY: install
-install:
+install: tsc
        @echo "installing to" $(prefix)
        npm install -g --prefix $(prefix) .     
 endif

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



reply via email to

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