Added make serve task to the Makefile

This commit is contained in:
Wen Kokke 2017-06-27 14:54:09 +01:00
parent b9b05b1347
commit 7b804c29b5
No known key found for this signature in database
GPG key ID: B987B93AC7378292
4 changed files with 7 additions and 15234 deletions

View file

@ -10,6 +10,13 @@ out/:
out/%.md: src/%.lagda out/
agda2html --link-to-agda-stdlib --link-local -i $< -o $@
.phony: serve
serve:
ruby -S gem install bundler
ruby -S bundle install
ruby -S bundle exec jekyll serve
.phony: clean
clean:

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff