1 2 3 4 5 6 7
STYLE = customdocstyle.html SRC = src/lib.rs docs: $(STYLE) $(SRC) rustdoc --html-in-header $(STYLE) -L target/deps $(SRC) .PHONY: docs