gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet-nim] branch master updated: Makefile to clean the b


From: gnunet
Subject: [GNUnet-SVN] [gnunet-nim] branch master updated: Makefile to clean the build.
Date: Thu, 09 Aug 2018 17:08:32 +0200

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

ng0 pushed a commit to branch master
in repository gnunet-nim.

The following commit(s) were added to refs/heads/master by this push:
     new 866deb5  Makefile to clean the build.
866deb5 is described below

commit 866deb51c1b521c83dc6d581377ce29d5cd3b597
Author: Nils Gillmann <address@hidden>
AuthorDate: Thu Aug 9 15:09:05 2018 +0000

    Makefile to clean the build.
    
    Signed-off-by: Nils Gillmann <address@hidden>
---
 Makefile | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..954276b
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,11 @@
+default: clean
+
+clean:
+       rm -rf examples/gnunet1_data_home/
+       rm -rf examples/gnunet1_home/
+       rm -rf examples/gnunet2_data_home/
+       rm -rf examples/gnunet2_home/
+       rm -rf examples/gnunet3_data_home/
+       rm -rf examples/gnunet3_home/
+       rm -rf examples/groupchat
+       rm -rf examples/nimcache/

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



reply via email to

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