diff --git a/Makefile b/Makefile index 4a0e782..cb3e916 100644 --- a/Makefile +++ b/Makefile @@ -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