synit-manual/Makefile

8 lines
52 B
Makefile

all: book
book:
mdbook build
clean:
rm -rf book