8 lines
136 B
Makefile
8 lines
136 B
Makefile
|
|
.PHONY: html
|
|
|
|
html:
|
|
@cd $(CURDIR)/data && make html
|
|
@cd $(CURDIR)/course_authors && make html
|
|
@cd $(CURDIR)/developers && make html
|