10 lines
111 B
Makefile
10 lines
111 B
Makefile
build:
|
|
pelican
|
|
|
|
pdf:
|
|
pelican -s pelicanconf-full.py
|
|
|
|
clean:
|
|
rm -rf cache-html cache-full cache __pycache__
|
|
|