5 lines
69 B
Makefile
5 lines
69 B
Makefile
html/index.html : Doxyfile clean
|
|
doxygen $<
|
|
|
|
clean :
|
|
$(RM) -r html
|