dsp-site/Makefile

10 lines
106 B
Makefile

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