diff options
Diffstat (limited to 'doc/threads/Makefile')
-rw-r--r-- | doc/threads/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/threads/Makefile b/doc/threads/Makefile index f5198be7..abad50ab 100644 --- a/doc/threads/Makefile +++ b/doc/threads/Makefile @@ -1,5 +1,5 @@ SUFFICES := .pdf -wordpress.html -CHAPTERS := 00_the_name_of_the_game 01_the_route_and_its_attributes 02_asynchronous_export +CHAPTERS := 00_the_name_of_the_game 01_the_route_and_its_attributes 02_asynchronous_export 03_coroutines all: $(foreach ch,$(CHAPTERS),$(addprefix $(ch),$(SUFFICES))) |