diff --git a/Makefile b/Makefile index f83adfc..e0c94d9 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,8 @@ RDOC=rdoc$(RUBYVERSION) all: +clean: + doc: build-doc .PHONY: build-doc