all: depends _book depends: gitbook install serve: gitbook serve _book: gitbook build clean: rm -rf _book/