mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-03 21:40:34 +07:00
13 lines
116 B
Makefile
13 lines
116 B
Makefile
.POSIX:
|
|
|
|
default: book
|
|
|
|
.PHONY: diagrams
|
|
diagrams:
|
|
cd diagrams \
|
|
&& python *
|
|
|
|
.PHONY: book
|
|
book:
|
|
mdbook build .
|