Added make serve task to the Makefile
This commit is contained in:
parent
b9b05b1347
commit
7b804c29b5
4 changed files with 7 additions and 15234 deletions
7
Makefile
7
Makefile
|
@ -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:
|
||||
|
|
4462
out/Maps.md
4462
out/Maps.md
File diff suppressed because it is too large
Load diff
5514
out/Stlc.md
5514
out/Stlc.md
File diff suppressed because it is too large
Load diff
5258
out/StlcProp.md
5258
out/StlcProp.md
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue