mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
11 lines
144 B
Makefile
11 lines
144 B
Makefile
.POSIX:
|
|
|
|
all:
|
|
python3 ./build_jsonrpc.py
|
|
mdbook build
|
|
|
|
github: all
|
|
ghp-import -m "Generate mdbook" -b gh-pages book/html
|
|
|
|
.PHONY: all github
|