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
Branches
No related tags found
No related merge requests found
...@@ -13,5 +13,7 @@ clean: ...@@ -13,5 +13,7 @@ clean:
fi fi
doc: 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.
Please register or to comment