Makefile 111 B

123456
  1. run:
  2. bundle exe jekyll serve --incremental
  3. epub:
  4. sbcl --load make-cookbook.lisp --eval '(uiop:quit)'