diff --git a/Makefile b/Makefile index 2629725..4e53f67 100644 --- a/Makefile +++ b/Makefile @@ -19,3 +19,9 @@ websh: websh.o clean: rm -f websh.o websh + +docs: + doxygen Doxyfile + +docs_clean: + rm -rf html latex