diff --git a/Makefile b/Makefile index 3c4482b..e767c4e 100644 --- a/Makefile +++ b/Makefile @@ -41,20 +41,6 @@ install: \ ## DOC SECTION -.PHONY: build-doc - -clean-doc: - rm -fr doc - -build-doc: clean-doc - $(RDOC) \ - --promiscuous \ - --inline-source \ - --line-numbers \ - -o doc lib/$(NAME)/ \ - bin/ - # --diagram - install-doc: # # install documentation rm -fr $(DOCDIR)/$(NAME)