Expanded Makefile -- regenerated outputs.
This commit is contained in:
parent
6c4fa4bf72
commit
dec8fd5705
3 changed files with 3519 additions and 3504 deletions
5
Makefile
5
Makefile
|
@ -13,7 +13,7 @@ out/%.md: src/%.lagda out/
|
|||
.phony: serve
|
||||
|
||||
serve:
|
||||
ruby -S gem install bundler
|
||||
ruby -S gem install bundler --no-ri --no-rdoc
|
||||
ruby -S bundle install
|
||||
ruby -S bundle exec jekyll serve
|
||||
|
||||
|
@ -27,6 +27,9 @@ endif
|
|||
.phony: clobber
|
||||
|
||||
clobber: clean
|
||||
ruby -S gem install bundler --no-ri --no-rdoc
|
||||
ruby -S bundle install
|
||||
ruby -S bundle exec jekyll clean
|
||||
ifneq ($(strip $(markdown)),)
|
||||
rm $(markdown)
|
||||
endif
|
||||
|
|
6680
out/Stlc.md
6680
out/Stlc.md
File diff suppressed because it is too large
Load diff
338
out/StlcProp.md
338
out/StlcProp.md
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue