git.haskell.org
/
ghc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Turn on MonadFail desugaring by default
[ghc.git]
/
docs
/
opt-coercion
/
Makefile
1
TARGET
=
fc-normalization-rta
2
3
$(
TARGET
)
.pdf
: $(
TARGET
)
.
tex
$(
OTT_TEX
)
4
latex
-
output-format
=
pdf
$<
5
latex
-
output-format
=
pdf
$<
6
7
.PHONY
:
clean
8
clean
:
9
rm
-
f
$(
TARGET
)
.pdf
$(
TARGET
)
.
tex
$(
OTT_TEX
) *
.aux
*
.fdb_latexmk
*
.log
*
.fls