Makefile 144 B

12345678910
  1. .POSIX:
  2. all:
  3. python3 ./build_jsonrpc.py
  4. mdbook build
  5. github: all
  6. ghp-import -m "Generate mdbook" -b gh-pages book/html
  7. .PHONY: all github