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 fafb8d47..8d27f90e 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 03_coroutines +CHAPTERS := 00_the_name_of_the_game 01_the_route_and_its_attributes 02_asynchronous_export 03_coroutines 03b_performance all: $(foreach ch,$(CHAPTERS),$(addprefix $(ch),$(SUFFICES))) |