Heater algoritm now 10/10min, was 5/15min
This commit is contained in:
9
article/Makefile
Normal file
9
article/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
html:
|
||||
pandoc -s weather_station_article.md --toc --toc-depth=1 -c ./css/mvp.css \
|
||||
--template ./template/template.html -o weather_station_article.html
|
||||
|
||||
pdf:
|
||||
pandoc weather_station_article.md --toc -o weather_station_article.pdf --pdf-engine=xelatex -H ./template/custom_settings.tex
|
||||
|
||||
clean:
|
||||
rm -rvf build
|
Reference in New Issue
Block a user