summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorbertys <souville@docomolab-euro.com>2015-09-20 23:46:35 +0200
committerbertys <souville@docomolab-euro.com>2015-10-05 16:26:06 +0200
commit5173377d09f2ee36f340e98c894422a2095cfb20 (patch)
tree342a25e8d6d0f19a20ca329634ad5d9ea0c807bb /Makefile
parent69c39a463f93c4a1d000d69d5782199a473852a0 (diff)
Evaluate ETSI NFV IFA vs. Promise specifications
JIRA: PROMISE-11 Added definition of resource zone (NFV IFA 010 V0.5.2) Section 5 aligned to NFV IFA 005 V0.7.0 Added OPNFV Logo Change-Id: I02e564d9db3846e3f2901caade65082cb4ca83ff Signed-off-by: bertys <souville@docomolab-euro.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index d1a0e8a..73fa622 100644
--- a/Makefile
+++ b/Makefile
@@ -2,11 +2,8 @@ BUILDDIR := build
.PHONY: default clean
-default: plantuml.jar
+default:
tox
-plantuml.jar:
- wget 'http://downloads.sourceforge.net/project/plantuml/plantuml.jar'
-
clean:
- rm -rf .tox build plantuml.jar
+ rm -rf .tox build