Skip to content
This repository has been archived by the owner on Feb 21, 2020. It is now read-only.

Commit

Permalink
Remove unnecessary -f flag in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
bruth committed Aug 5, 2013
1 parent 57975b9 commit f5f6c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
docs:
@sphinx-apidoc --force -o docs/api restlib2
@make -C docs -f Makefile html
@make -C docs html

.PHONY: docs

0 comments on commit f5f6c78

Please sign in to comment.