From a3f0c6811fc700df064a6ec9900f2a0196065583 Mon Sep 17 00:00:00 2001 From: nsubiron Date: Tue, 26 Sep 2017 18:22:17 +0200 Subject: [PATCH] Add doxygen too to Makefile --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bebeff0a0..177620a7e 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,9 @@ protobuf: ### Docs ####################################################################### -docs: +docs: doxygen + +doxygen: doxygen @echo "Documentation index at ./Doxygen/html/index.html"