aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormike-holmes <mike.holmes@linaro.org>2014-01-15 15:55:46 -0500
committermike-holmes <mike.holmes@linaro.org>2014-01-15 15:55:46 -0500
commitee7cace621f034c52069cfba35875bb2ff7fa8ab (patch)
treecc27f8766856e011b82b7aaaafc9b258d10a6b64 /Makefile
parentccbb33c6723a371cddbc6abd4f8f8f049ace3f6f (diff)
all target did not build docs
Change-Id: I69cb9b99effc707ec8fce8c7d58de6fcc1277a48
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index daaa25e03..1fafa1eb8 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,7 @@
#
# SPDX-License-Identifier: BSD-3-Clause
+.DEFAULT_GOAL := default
ODP_ROOT = .
ARCH = linux-generic
@@ -14,8 +15,11 @@ ODP_TESTS = $(ODP_ROOT)/test
INCLUDE = -I$(ODP_ROOT)/include
CC ?= @gcc
+.PHONY: default
+default: libs tests
+
.PHONY: all
-all: libs tests
+all: libs tests docs
.PHONY: tests
tests: