mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 22:32:29 +00:00
9 lines
114 B
Makefile
9 lines
114 B
Makefile
|
all:
|
||
|
asciidoctor -d book -D thebook/ index.adoc
|
||
|
cp -r images thebook
|
||
|
|
||
|
clean:
|
||
|
rm -rf thebook
|
||
|
|
||
|
.PHONY: all clean
|