Removed --strip-implicits.

This commit is contained in:
Pepijn Kokke 2017-03-14 16:13:06 +00:00
parent a3f809994d
commit d1163c6f39
No known key found for this signature in database
GPG key ID: EF467CD387487CB8

View file

@ -8,7 +8,7 @@ out/:
mkdir out
out/%.md: src/%.lagda out/
agda2html --strip-implicit-args --link-to-agda-stdlib --link-local -i $< -o $@
agda2html --link-to-agda-stdlib --link-local -i $< -o $@
.phony: clean