Skip to content
Snippets Groups Projects
Commit b105e444 authored by Oleg Hahm's avatar Oleg Hahm
Browse files

added docclean target and replaced make calls by variables

parent e8f19cb8
No related branches found
No related tags found
No related merge requests found
......@@ -13,5 +13,7 @@ clean:
fi
doc:
make -BC doc/doxygen
"$(MAKE)" -BC doc/doxygen
docclean:
"$(MAKE)" -BC doc/doxygen clean
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment