Make install dependencies.

This commit is contained in:
Justin Hsu 2018-10-31 14:56:30 -05:00
parent bd9669ad97
commit 24a3195139
1 changed files with 4 additions and 0 deletions

View File

@ -12,5 +12,9 @@ preview:
deploy:
$(TOP) rebuild && $(TOP) deploy && $(TOP) check
install:
opam update && opam install bibtex2html
gem update --system && gem install compass
clean:
stack clean