Skip to content

Commit

Permalink
Book: add make clean for mina book
Browse files Browse the repository at this point in the history
  • Loading branch information
dannywillems committed Nov 29, 2023
1 parent 1db361d commit b27d13b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions book/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,10 @@ all: check

build: check
mdbook build

#
# use `make clean` to clean the generated artefacts
#

clean:
mdbook clean
2 changes: 2 additions & 0 deletions book/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ $ # install dependencies
$ make deps
$ # serve the page locally
$ make
$ # clean
$ make clean
```

The specifications in the book are dynamically generated. Refer to the [specifications/](specifications/) directory.

0 comments on commit b27d13b

Please sign in to comment.