Files
dsp-site/Makefile
2019-05-24 07:55:47 +03:00

10 lines
111 B
Makefile

build:
pelican
pdf:
pelican -s pelicanconf-full.py
clean:
rm -rf cache-html cache-full cache __pycache__