Added workaround for bug in agda2html

This commit is contained in:
Wen Kokke 2018-04-12 16:31:15 +01:00
parent f709ab0bf3
commit ec0e64152c
No known key found for this signature in database
GPG key ID: 82A1AE2526064F4B

View file

@ -74,6 +74,6 @@ $(HOME)/agda2html-master/:
.phony: serve build clean clobber macos-setup travis-setup
# workaround for a bug in agda2html
bugfix:
bugfix: out/
@touch out/Nat.md
.phony: bugfix