summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRyota MIBU <r-mibu@cq.jp.nec.com>2015-12-02 00:35:21 +0900
committerRyota MIBU <r-mibu@cq.jp.nec.com>2015-12-04 22:07:22 +0900
commita90c29deddc599027822dd1ee61b8cd58021f651 (patch)
tree7212038536434d02f10a6ec394a2e7b009a4256e /Makefile
parent2f1d84a7879c5db5e974c4482e40734abb062657 (diff)
change dirs to use new opnfv doc build script
Change-Id: Ifbf8a881d0e1a962f2e3cf276fe3942b1f03d3ee Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 73fa622..0000000
--- a/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-BUILDDIR := build
-
-.PHONY: default clean
-
-default:
- tox
-
-clean:
- rm -rf .tox build