dsp-site/Makefile

10 lines
113 B
Makefile
Raw Permalink Normal View History

2019-04-24 14:17:25 +00:00
build:
pelican -s pelicanconf.py
2019-04-24 14:17:25 +00:00
2019-06-03 07:49:50 +00:00
web:
COMPRESS=1 pelican -s pelicanconf.py
2019-04-24 14:17:25 +00:00
2019-05-21 13:40:39 +00:00
clean:
2019-06-03 07:49:50 +00:00
rm -rf cache __pycache__
2019-05-21 13:40:39 +00:00