mirror of
https://github.com/okalachev/flix.git
synced 2025-07-27 17:49:33 +00:00
* Create book structure. * Add workflow for linting the markdown using markdownlint. * Add workflow for building the book with mdBook and deploying to the website. * Restyle mdBook and support GitHub-style alerts. * Add images zooming. * Add index, firmware structure and gyroscope articles.
11 lines
92 B
Makefile
11 lines
92 B
Makefile
build:
|
|
mdbook build
|
|
|
|
serve:
|
|
mdbook serve
|
|
|
|
clean:
|
|
mdbook clean
|
|
|
|
.PHONY: build serve clean
|