Skip to content

Commit

Permalink
Makefile: add top-level "docs" target
Browse files Browse the repository at this point in the history
  • Loading branch information
rjw57 committed Jun 8, 2015
1 parent d9237e5 commit e94d508
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ os:
examples:
$(MAKE) -C examples/

.PHONY: docs
docs:
$(MAKE) -C docs/

.PHONY: clean
clean:
$(MAKE) -C os/ clean
$(MAKE) -C examples/ clean

0 comments on commit e94d508

Please sign in to comment.