Anas Nashif | df5d7d7 | 2017-11-07 20:05:56 -0500 | [diff] [blame] | 1 | # |
2 | # Top level makefile for things not covered by cmake | ||||
3 | # | ||||
4 | |||||
5 | ifeq ($(VERBOSE),1) | ||||
6 | Q = | ||||
7 | else | ||||
8 | Q = @ | ||||
9 | endif | ||||
10 | |||||
11 | MAKEFLAGS += --no-print-directory | ||||
12 | export Q | ||||
13 | |||||
14 | # Documentation targets | ||||
15 | # --------------------------------------------------------------------------- | ||||
16 | htmldocs: | ||||
17 | $(Q)$(MAKE) -C doc htmldocs |