synit-manual/Makefile

11 lines
88 B
Makefile

all: book
book:
mdbook build
clean:
rm -rf book
deploy:
(. ./.envrc; $(MAKE) all)