dsp-site/Makefile
2019-05-21 16:40:39 +03:00

10 lines
89 B
Makefile

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