dsp-site/Makefile

10 lines
136 B
Makefile
Raw Normal View History

2019-04-24 14:17:25 +00:00
build:
2020-04-06 05:49:00 +00:00
pelican --ignore-cache -s pelicanconf.py
2019-04-24 14:17:25 +00:00
2019-06-03 07:49:50 +00:00
web:
2020-04-06 05:49:00 +00:00
pelican --ignore-cache -s pelicanconf-web.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