Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove obsolete make rules, closes #52
  • Loading branch information
evindor committed Oct 5, 2014
1 parent ddb6292 commit df3bf44
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions Makefile
Expand Up @@ -8,17 +8,4 @@ test:
--reporter $(REPORTER) \
$(TESTS)

docs:
@./bin/dox \
--verbose \
lib/* \
--out docs \
--title Dox \
--github visionmedia/dox \
--index index.md

doc-server:
@./bin/dox \
--server docs

.PHONY: test docs
.PHONY: test docs

0 comments on commit df3bf44

Please sign in to comment.