summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a5e8cc6..d807c24 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ thesis.pdf: thesis.tex thesis.bib agda.sty
agda.sty: thesis.tex
thesis.tex: thesis.lagda
- agda --latex --latex-dir . -i . -i ~/src/agda-lib/src/ thesis.lagda
+ agda --allow-unsolved-metas --latex --latex-dir . -i . -i ~/src/agda-lib/src/ thesis.lagda
InterimReport.pdf: InterimReport.tex InterimReport.bib InterimReport.agda
xelatex -halt-on-error $< -o $@