synit-manual/Makefile

11 lines
88 B
Makefile
Raw Permalink Normal View History

2022-03-09 08:59:14 +00:00
all: book
book:
mdbook build
clean:
rm -rf book
2022-03-09 10:25:42 +00:00
deploy:
(. ./.envrc; $(MAKE) all)