Commit 426a21e1 by Reed Kotler Committed by Jim Stichnoth

make sure there is always a build directory to put doxgen stuff html in

currently if you do a make clean-all or have never done a code build, there will be no build directory and doxygen is going to want to create and put files into build/docs/html BUG= R=stichnot@chromium.org Review URL: https://codereview.chromium.org/1567313002 . Patch from Reed Kotler <rkotlerimgtec@gmail.com>.
parent 8a105fd7
.PHONY: all
all:
mkdir -p ../build
doxygen Doxyfile
@echo See file://`pwd`/../build/docs/html/index.html
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment