# document

all :
	doxygen Doxyfile_c
	zip -r document_c_html.zip document_c_html
#	doxygen Doxyfile_cpp
#	zip -r document_cpp_html.zip document_cpp_html

clean :
	$(RM) -rf document_c_html document_cpp_html
