Makefile: added clean rule.
This commit is contained in:
parent
ac482410ce
commit
39788ae5cb
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -11,6 +11,8 @@ RDOC=rdoc$(RUBYVERSION)
|
|||
|
||||
all:
|
||||
|
||||
clean:
|
||||
|
||||
doc: build-doc
|
||||
|
||||
.PHONY: build-doc
|
||||
|
|
Loading…
Reference in a new issue